COLOR #3BF993

HEX: #3BF993
RGB: (59,249,147)

Color info

#3BF993 contains mainly green color. Web safe color of #3BF993 is #33FF99 (or #3F9).

RGB color model

#3BF993 color RGB value is (59,249,147).

  • red value is 59;
  • green value is 249;
  • blue value is 147.
RGB:
(59,249,147)
(23%,98%,58%)

RGB channels and saturation

R 59 of 255 = 23%
G 249 of 255 = 98%
B 147 of 255 = 58%

59
249
147

R + G + B ~ 60%. #3BF993 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
59 + 249 + 147 = 455 (100%)
R 59 of 455 ~ 12.97%
G 249 of 455 ~ 54.73%
B 147 of 455 ~ 32.31%

%12.97
%54.73
%32.31

CMYK color model

#3BF993 color CMYK value is (76,0,41,2).

  • cyan value is 76.31%
  • magenta value is 0.00%
  • yellow value is 40.96%
  • key color value is 2.35%
CMYK:
(76,0,41,2)
C76M0Y41K2 
(76%,0%,41%,2%)
(0.76/0.00/0.41/0.02)	

CMYK percentages

%76.31
%0
%40.96
%2.35

Codes

Color #3BF993 in popluar color models

3BF993
RGB59249147
HSL148°94.06%60.39%
HSB/HSV148°76.31%97.65%
CMYK76.31%0.00%40.96%
2.35%

Color #3BF993 in popluar number systems.

HEX3BF993
Decimal59249147
Binary1110111111100110010011
Octal73371223

Shades and tints

Shades of #3BF993

#3BF993
(59,249,147)
#36E386
(54,227,134)
#31CD79
(49,205,121)
#2CB76C
(44,183,108)
#27A15F
(39,161,95)
#228B52
(34,139,82)
#1D7545
(29,117,69)
#185F38
(24,95,56)
#13492B
(19,73,43)
#0E331E
(14,51,30)
#091D11
(9,29,17)
#000000
(0,0,0)

Tints of #3BF993

#3BF993
(59,249,147)
#4CF99C
(76,249,156)
#5DF9A5
(93,249,165)
#6EF9AE
(110,249,174)
#7FF9B7
(127,249,183)
#90F9C0
(144,249,192)
#A1F9C9
(161,249,201)
#B2F9D2
(178,249,210)
#C3F9DB
(195,249,219)
#D4F9E4
(212,249,228)
#E5F9ED
(229,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3BF993 color. Also use rgb(59,249,147) instead hex code.

Text Font Color

.myTextColor { color: #3BF993; }

<p style="color:#3BF993">This sample text font color is #3BF993.</p>

This text font color is #3BF993.


Background Color

.myBgColor { background-color: #3BF993; }

<div style="background-color:#3BF993">Inner text</div>

This div background color is #3BF993.


Border color

.myBorderColor { border: 1px solid #3BF993; }

<div style="border:3px solid #3BF993">Div</div>

This div border color is #3BF993.


Opacity

.myOpacity80 { color: #3BF993; opacity: 0.8; }

<p style="color:#3BF993;opacity:0.8;">80%</p>

Text with #3BF993 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3BF993;}

<p style="text-shadow: 3px 3px 1px #3BF993">Text here.</p>

This text has shadow with #3BF993 color.

.textShadow {text-shadow: 3px 3px 1px #3BF993, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3BF993, 5px 5px 20px red">Text here.</p>

This text has shadow with #3BF993 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3BF993, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3BF993, Direction=45, Strength=4)">Text</p>

This text has shadow with #3BF993 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3BF993;
  -webkit-box-shadow:	1px 1px 3px 2px #3BF993;
  box-shadow:		1px 1px 3px 2px #3BF993;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3BF993;
-webkit-box-shadow: 1px 1px 3px 2px #3BF993;
box-shadow:1px 1px 3px 2px #3BF993;">
Div content here</div>
This div box has shadow with color #3BF993.

Preview

Color preview on black background

This text has color #3BF993 on black background.


Color preview on white background

This text has color #3BF993 on white background.



Black color preview on #3BF993 background

This text has black color on #3BF993 background.


White color preview on #3BF993 background

This text has white color on #3BF993 background.