COLOR #06E51B

HEX: #06E51B
RGB: (6,229,27)

Color info

#06E51B contains mainly green color. Web safe color of #06E51B is #00CC33 (or #0C3).

RGB color model

#06E51B color RGB value is (6,229,27).

  • red value is 6;
  • green value is 229;
  • blue value is 27.
RGB:
(6,229,27)
(2%,90%,11%)

RGB channels and saturation

R 6 of 255 = 2%
G 229 of 255 = 90%
B 27 of 255 = 11%

6
229
27

R + G + B ~ 34%. #06E51B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 229 + 27 = 262 (100%)
R 6 of 262 ~ 2.29%
G 229 of 262 ~ 87.4%
B 27 of 262 ~ 10.31%

%87.4
%10.31

CMYK color model

#06E51B color CMYK value is (97,0,88,10).

  • cyan value is 97.38%
  • magenta value is 0.00%
  • yellow value is 88.21%
  • key color value is 10.20%
CMYK:
(97,0,88,10)
C97M0Y88K10 
(97%,0%,88%,10%)
(0.97/0.00/0.88/0.10)	

CMYK percentages

%97.38
%0
%88.21
%10.2

Codes

Color #06E51B in popluar color models

06E51B
RGB622927
HSL126°94.89%46.08%
HSB/HSV126°97.38%89.80%
CMYK97.38%0.00%88.21%
10.20%

Color #06E51B in popluar number systems.

HEX06E51B
Decimal622927
Binary1101110010111011
Octal634533

Shades and tints

Shades of #06E51B

#06E51B
(6,229,27)
#06D119
(6,209,25)
#06BD17
(6,189,23)
#06A915
(6,169,21)
#069513
(6,149,19)
#068111
(6,129,17)
#066D0F
(6,109,15)
#06590D
(6,89,13)
#06450B
(6,69,11)
#063109
(6,49,9)
#061D07
(6,29,7)
#000000
(0,0,0)

Tints of #06E51B

#06E51B
(6,229,27)
#1CE72F
(28,231,47)
#32E943
(50,233,67)
#48EB57
(72,235,87)
#5EED6B
(94,237,107)
#74EF7F
(116,239,127)
#8AF193
(138,241,147)
#A0F3A7
(160,243,167)
#B6F5BB
(182,245,187)
#CCF7CF
(204,247,207)
#E2F9E3
(226,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06E51B color. Also use rgb(6,229,27) instead hex code.

Text Font Color

.myTextColor { color: #06E51B; }

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

This text font color is #06E51B.


Background Color

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

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

This div background color is #06E51B.


Border color

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

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

This div border color is #06E51B.


Opacity

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

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

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

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

This text has shadow with #06E51B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06E51B on black background.


Color preview on white background

This text has color #06E51B on white background.



Black color preview on #06E51B background

This text has black color on #06E51B background.


White color preview on #06E51B background

This text has white color on #06E51B background.