COLOR #0EE20D

HEX: #0EE20D
RGB: (14,226,13)

Color info

#0EE20D contains mainly green color. Web safe color of #0EE20D is #00CC00 (or #0C0).

RGB color model

#0EE20D color RGB value is (14,226,13).

  • red value is 14;
  • green value is 226;
  • blue value is 13.
RGB:
(14,226,13)
(5%,89%,5%)

RGB channels and saturation

R 14 of 255 = 5%
G 226 of 255 = 89%
B 13 of 255 = 5%

14
226
13

R + G + B ~ 33%. #0EE20D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 226 + 13 = 253 (100%)
R 14 of 253 ~ 5.53%
G 226 of 253 ~ 89.33%
B 13 of 253 ~ 5.14%

%89.33

CMYK color model

#0EE20D color CMYK value is (94,0,94,11).

  • cyan value is 93.81%
  • magenta value is 0.00%
  • yellow value is 94.25%
  • key color value is 11.37%
CMYK:
(94,0,94,11)
C94M0Y94K11 
(94%,0%,94%,11%)
(0.94/0.00/0.94/0.11)	

CMYK percentages

%93.81
%0
%94.25
%11.37

Codes

Color #0EE20D in popluar color models

0EE20D
RGB1422613
HSL120°89.12%46.86%
HSB/HSV120°94.25%88.63%
CMYK93.81%0.00%94.25%
11.37%

Color #0EE20D in popluar number systems.

HEX0EE20D
Decimal1422613
Binary1110111000101101
Octal1634215

Shades and tints

Shades of #0EE20D

#0EE20D
(14,226,13)
#0DCE0C
(13,206,12)
#0CBA0B
(12,186,11)
#0BA60A
(11,166,10)
#0A9209
(10,146,9)
#097E08
(9,126,8)
#086A07
(8,106,7)
#075606
(7,86,6)
#064205
(6,66,5)
#052E04
(5,46,4)
#041A03
(4,26,3)
#000000
(0,0,0)

Tints of #0EE20D

#0EE20D
(14,226,13)
#23E423
(35,228,35)
#38E639
(56,230,57)
#4DE84F
(77,232,79)
#62EA65
(98,234,101)
#77EC7B
(119,236,123)
#8CEE91
(140,238,145)
#A1F0A7
(161,240,167)
#B6F2BD
(182,242,189)
#CBF4D3
(203,244,211)
#E0F6E9
(224,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EE20D color. Also use rgb(14,226,13) instead hex code.

Text Font Color

.myTextColor { color: #0EE20D; }

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

This text font color is #0EE20D.


Background Color

.myBgColor { background-color: #0EE20D; }

<div style="background-color:#0EE20D">Inner text</div>

This div background color is #0EE20D.


Border color

.myBorderColor { border: 1px solid #0EE20D; }

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

This div border color is #0EE20D.


Opacity

.myOpacity80 { color: #0EE20D; opacity: 0.8; }

<p style="color:#0EE20D;opacity:0.8;">80%</p>

Text with #0EE20D 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 #0EE20D;}

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

This text has shadow with #0EE20D color.

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

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

This text has shadow with #0EE20D primary color and red secondary color.


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

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

This text has shadow with #0EE20D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EE20D on black background.


Color preview on white background

This text has color #0EE20D on white background.



Black color preview on #0EE20D background

This text has black color on #0EE20D background.


White color preview on #0EE20D background

This text has white color on #0EE20D background.