COLOR #0EED52

HEX: #0EED52
RGB: (14,237,82)

Color info

#0EED52 contains mainly green color. Web safe color of #0EED52 is #00FF66 (or #0F6).

RGB color model

#0EED52 color RGB value is (14,237,82).

  • red value is 14;
  • green value is 237;
  • blue value is 82.
RGB:
(14,237,82)
(5%,93%,32%)

RGB channels and saturation

R 14 of 255 = 5%
G 237 of 255 = 93%
B 82 of 255 = 32%

14
237
82

R + G + B ~ 43%. #0EED52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
14 + 237 + 82 = 333 (100%)
R 14 of 333 ~ 4.2%
G 237 of 333 ~ 71.17%
B 82 of 333 ~ 24.62%

%71.17
%24.62

CMYK color model

#0EED52 color CMYK value is (94,0,65,7).

  • cyan value is 94.09%
  • magenta value is 0.00%
  • yellow value is 65.40%
  • key color value is 7.06%
CMYK:
(94,0,65,7)
C94M0Y65K7 
(94%,0%,65%,7%)
(0.94/0.00/0.65/0.07)	

CMYK percentages

%94.09
%0
%65.4
%7.06

Codes

Color #0EED52 in popluar color models

0EED52
RGB1423782
HSL138°88.84%49.22%
HSB/HSV138°94.09%92.94%
CMYK94.09%0.00%65.40%
7.06%

Color #0EED52 in popluar number systems.

HEX0EED52
Decimal1423782
Binary1110111011011010010
Octal16355122

Shades and tints

Shades of #0EED52

#0EED52
(14,237,82)
#0DD84B
(13,216,75)
#0CC344
(12,195,68)
#0BAE3D
(11,174,61)
#0A9936
(10,153,54)
#09842F
(9,132,47)
#086F28
(8,111,40)
#075A21
(7,90,33)
#06451A
(6,69,26)
#053013
(5,48,19)
#041B0C
(4,27,12)
#000000
(0,0,0)

Tints of #0EED52

#0EED52
(14,237,82)
#23EE61
(35,238,97)
#38EF70
(56,239,112)
#4DF07F
(77,240,127)
#62F18E
(98,241,142)
#77F29D
(119,242,157)
#8CF3AC
(140,243,172)
#A1F4BB
(161,244,187)
#B6F5CA
(182,245,202)
#CBF6D9
(203,246,217)
#E0F7E8
(224,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EED52 color. Also use rgb(14,237,82) instead hex code.

Text Font Color

.myTextColor { color: #0EED52; }

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

This text font color is #0EED52.


Background Color

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

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

This div background color is #0EED52.


Border color

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

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

This div border color is #0EED52.


Opacity

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

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

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

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

This text has shadow with #0EED52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EED52 on black background.


Color preview on white background

This text has color #0EED52 on white background.



Black color preview on #0EED52 background

This text has black color on #0EED52 background.


White color preview on #0EED52 background

This text has white color on #0EED52 background.