COLOR #39DF06

HEX: #39DF06
RGB: (57,223,6)

Color info

#39DF06 contains mainly green color. Web safe color of #39DF06 is #33CC00 (or #3C0).

RGB color model

#39DF06 color RGB value is (57,223,6).

  • red value is 57;
  • green value is 223;
  • blue value is 6.
RGB:
(57,223,6)
(22%,87%,2%)

RGB channels and saturation

R 57 of 255 = 22%
G 223 of 255 = 87%
B 6 of 255 = 2%

57
223
6

R + G + B ~ 37%. #39DF06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 223 + 6 = 286 (100%)
R 57 of 286 ~ 19.93%
G 223 of 286 ~ 77.97%
B 6 of 286 ~ 2.1%

%19.93
%77.97

CMYK color model

#39DF06 color CMYK value is (74,0,97,13).

  • cyan value is 74.44%
  • magenta value is 0.00%
  • yellow value is 97.31%
  • key color value is 12.55%
CMYK:
(74,0,97,13)
C74M0Y97K13 
(74%,0%,97%,13%)
(0.74/0.00/0.97/0.13)	

CMYK percentages

%74.44
%0
%97.31
%12.55

Codes

Color #39DF06 in popluar color models

39DF06
RGB572236
HSL106°94.76%44.90%
HSB/HSV106°97.31%87.45%
CMYK74.44%0.00%97.31%
12.55%

Color #39DF06 in popluar number systems.

HEX39DF06
Decimal572236
Binary11100111011111110
Octal713376

Shades and tints

Shades of #39DF06

#39DF06
(57,223,6)
#34CB06
(52,203,6)
#2FB706
(47,183,6)
#2AA306
(42,163,6)
#258F06
(37,143,6)
#207B06
(32,123,6)
#1B6706
(27,103,6)
#165306
(22,83,6)
#113F06
(17,63,6)
#0C2B06
(12,43,6)
#071706
(7,23,6)
#000000
(0,0,0)

Tints of #39DF06

#39DF06
(57,223,6)
#4BE11C
(75,225,28)
#5DE332
(93,227,50)
#6FE548
(111,229,72)
#81E75E
(129,231,94)
#93E974
(147,233,116)
#A5EB8A
(165,235,138)
#B7EDA0
(183,237,160)
#C9EFB6
(201,239,182)
#DBF1CC
(219,241,204)
#EDF3E2
(237,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39DF06 color. Also use rgb(57,223,6) instead hex code.

Text Font Color

.myTextColor { color: #39DF06; }

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

This text font color is #39DF06.


Background Color

.myBgColor { background-color: #39DF06; }

<div style="background-color:#39DF06">Inner text</div>

This div background color is #39DF06.


Border color

.myBorderColor { border: 1px solid #39DF06; }

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

This div border color is #39DF06.


Opacity

.myOpacity80 { color: #39DF06; opacity: 0.8; }

<p style="color:#39DF06;opacity:0.8;">80%</p>

Text with #39DF06 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 #39DF06;}

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

This text has shadow with #39DF06 color.

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

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

This text has shadow with #39DF06 primary color and red secondary color.


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

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

This text has shadow with #39DF06 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39DF06 on black background.


Color preview on white background

This text has color #39DF06 on white background.



Black color preview on #39DF06 background

This text has black color on #39DF06 background.


White color preview on #39DF06 background

This text has white color on #39DF06 background.