COLOR #00ED49

HEX: #00ED49
RGB: (0,237,73)

Color info

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

RGB color model

#00ED49 color RGB value is (0,237,73).

  • red value is 0;
  • green value is 237;
  • blue value is 73.
RGB:
(0,237,73)
(0%,93%,29%)

RGB channels and saturation

R 0 of 255 = 0%
G 237 of 255 = 93%
B 73 of 255 = 29%

0
237
73

R + G + B ~ 41%. #00ED49 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 237 + 73 = 310 (100%)
R 0 of 310 ~ 0%
G 237 of 310 ~ 76.45%
B 73 of 310 ~ 23.55%

%76.45
%23.55

CMYK color model

#00ED49 color CMYK value is (100,0,69,7).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 69.20%
  • key color value is 7.06%
CMYK:
(100,0,69,7)
C100M0Y69K7 
(100%,0%,69%,7%)
(1.00/0.00/0.69/0.07)	

CMYK percentages

%100
%0
%69.2
%7.06

Codes

Color #00ED49 in popluar color models

00ED49
RGB023773
HSL138°100.00%46.47%
HSB/HSV138°100.00%92.94%
CMYK100.00%0.00%69.20%
7.06%

Color #00ED49 in popluar number systems.

HEX00ED49
Decimal023773
Binary0111011011001001
Octal0355111

Shades and tints

Shades of #00ED49

#00ED49
(0,237,73)
#00D843
(0,216,67)
#00C33D
(0,195,61)
#00AE37
(0,174,55)
#009931
(0,153,49)
#00842B
(0,132,43)
#006F25
(0,111,37)
#005A1F
(0,90,31)
#004519
(0,69,25)
#003013
(0,48,19)
#001B0D
(0,27,13)
#000000
(0,0,0)

Tints of #00ED49

#00ED49
(0,237,73)
#17EE59
(23,238,89)
#2EEF69
(46,239,105)
#45F079
(69,240,121)
#5CF189
(92,241,137)
#73F299
(115,242,153)
#8AF3A9
(138,243,169)
#A1F4B9
(161,244,185)
#B8F5C9
(184,245,201)
#CFF6D9
(207,246,217)
#E6F7E9
(230,247,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00ED49 color. Also use rgb(0,237,73) instead hex code.

Text Font Color

.myTextColor { color: #00ED49; }

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

This text font color is #00ED49.


Background Color

.myBgColor { background-color: #00ED49; }

<div style="background-color:#00ED49">Inner text</div>

This div background color is #00ED49.


Border color

.myBorderColor { border: 1px solid #00ED49; }

<div style="border:3px solid #00ED49">Div</div>

This div border color is #00ED49.


Opacity

.myOpacity80 { color: #00ED49; opacity: 0.8; }

<p style="color:#00ED49;opacity:0.8;">80%</p>

Text with #00ED49 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 #00ED49;}

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

This text has shadow with #00ED49 color.

.textShadow {text-shadow: 3px 3px 1px #00ED49, 3px 3px 1px red;}

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

This text has shadow with #00ED49 primary color and red secondary color.


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

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

This text has shadow with #00ED49 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00ED49 on black background.


Color preview on white background

This text has color #00ED49 on white background.



Black color preview on #00ED49 background

This text has black color on #00ED49 background.


White color preview on #00ED49 background

This text has white color on #00ED49 background.