COLOR #0EE620

HEX: #0EE620
RGB: (14,230,32)

Color info

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

RGB color model

#0EE620 color RGB value is (14,230,32).

  • red value is 14;
  • green value is 230;
  • blue value is 32.
RGB:
(14,230,32)
(5%,90%,13%)

RGB channels and saturation

R 14 of 255 = 5%
G 230 of 255 = 90%
B 32 of 255 = 13%

14
230
32

R + G + B ~ 36%. #0EE620 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 230 + 32 = 276 (100%)
R 14 of 276 ~ 5.07%
G 230 of 276 ~ 83.33%
B 32 of 276 ~ 11.59%

%83.33
%11.59

CMYK color model

#0EE620 color CMYK value is (94,0,86,10).

  • cyan value is 93.91%
  • magenta value is 0.00%
  • yellow value is 86.09%
  • key color value is 9.80%
CMYK:
(94,0,86,10)
C94M0Y86K10 
(94%,0%,86%,10%)
(0.94/0.00/0.86/0.10)	

CMYK percentages

%93.91
%0
%86.09
%9.8

Codes

Color #0EE620 in popluar color models

0EE620
RGB1423032
HSL125°88.52%47.84%
HSB/HSV125°93.91%90.20%
CMYK93.91%0.00%86.09%
9.80%

Color #0EE620 in popluar number systems.

HEX0EE620
Decimal1423032
Binary111011100110100000
Octal1634640

Shades and tints

Shades of #0EE620

#0EE620
(14,230,32)
#0DD21E
(13,210,30)
#0CBE1C
(12,190,28)
#0BAA1A
(11,170,26)
#0A9618
(10,150,24)
#098216
(9,130,22)
#086E14
(8,110,20)
#075A12
(7,90,18)
#064610
(6,70,16)
#05320E
(5,50,14)
#041E0C
(4,30,12)
#000000
(0,0,0)

Tints of #0EE620

#0EE620
(14,230,32)
#23E834
(35,232,52)
#38EA48
(56,234,72)
#4DEC5C
(77,236,92)
#62EE70
(98,238,112)
#77F084
(119,240,132)
#8CF298
(140,242,152)
#A1F4AC
(161,244,172)
#B6F6C0
(182,246,192)
#CBF8D4
(203,248,212)
#E0FAE8
(224,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EE620 color. Also use rgb(14,230,32) instead hex code.

Text Font Color

.myTextColor { color: #0EE620; }

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

This text font color is #0EE620.


Background Color

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

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

This div background color is #0EE620.


Border color

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

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

This div border color is #0EE620.


Opacity

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

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

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

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

This text has shadow with #0EE620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EE620 on black background.


Color preview on white background

This text has color #0EE620 on white background.



Black color preview on #0EE620 background

This text has black color on #0EE620 background.


White color preview on #0EE620 background

This text has white color on #0EE620 background.