COLOR #06EF39

HEX: #06EF39
RGB: (6,239,57)

Color info

#06EF39 contains mainly green color. Web safe color of #06EF39 is #00FF33 (or #0F3).

RGB color model

#06EF39 color RGB value is (6,239,57).

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

RGB channels and saturation

R 6 of 255 = 2%
G 239 of 255 = 94%
B 57 of 255 = 22%

6
239
57

R + G + B ~ 39%. #06EF39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 239 + 57 = 302 (100%)
R 6 of 302 ~ 1.99%
G 239 of 302 ~ 79.14%
B 57 of 302 ~ 18.87%

%79.14
%18.87

CMYK color model

#06EF39 color CMYK value is (97,0,76,6).

  • cyan value is 97.49%
  • magenta value is 0.00%
  • yellow value is 76.15%
  • key color value is 6.27%
CMYK:
(97,0,76,6)
C97M0Y76K6 
(97%,0%,76%,6%)
(0.97/0.00/0.76/0.06)	

CMYK percentages

%97.49
%0
%76.15
%6.27

Codes

Color #06EF39 in popluar color models

06EF39
RGB623957
HSL133°95.10%48.04%
HSB/HSV133°97.49%93.73%
CMYK97.49%0.00%76.15%
6.27%

Color #06EF39 in popluar number systems.

HEX06EF39
Decimal623957
Binary11011101111111001
Octal635771

Shades and tints

Shades of #06EF39

#06EF39
(6,239,57)
#06DA34
(6,218,52)
#06C52F
(6,197,47)
#06B02A
(6,176,42)
#069B25
(6,155,37)
#068620
(6,134,32)
#06711B
(6,113,27)
#065C16
(6,92,22)
#064711
(6,71,17)
#06320C
(6,50,12)
#061D07
(6,29,7)
#000000
(0,0,0)

Tints of #06EF39

#06EF39
(6,239,57)
#1CF04B
(28,240,75)
#32F15D
(50,241,93)
#48F26F
(72,242,111)
#5EF381
(94,243,129)
#74F493
(116,244,147)
#8AF5A5
(138,245,165)
#A0F6B7
(160,246,183)
#B6F7C9
(182,247,201)
#CCF8DB
(204,248,219)
#E2F9ED
(226,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06EF39 color. Also use rgb(6,239,57) instead hex code.

Text Font Color

.myTextColor { color: #06EF39; }

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

This text font color is #06EF39.


Background Color

.myBgColor { background-color: #06EF39; }

<div style="background-color:#06EF39">Inner text</div>

This div background color is #06EF39.


Border color

.myBorderColor { border: 1px solid #06EF39; }

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

This div border color is #06EF39.


Opacity

.myOpacity80 { color: #06EF39; opacity: 0.8; }

<p style="color:#06EF39;opacity:0.8;">80%</p>

Text with #06EF39 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 #06EF39;}

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

This text has shadow with #06EF39 color.

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

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

This text has shadow with #06EF39 primary color and red secondary color.


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

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

This text has shadow with #06EF39 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06EF39 on black background.


Color preview on white background

This text has color #06EF39 on white background.



Black color preview on #06EF39 background

This text has black color on #06EF39 background.


White color preview on #06EF39 background

This text has white color on #06EF39 background.