COLOR #00EE4F

HEX: #00EE4F
RGB: (0,238,79)

Color info

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

RGB color model

#00EE4F color RGB value is (0,238,79).

  • red value is 0;
  • green value is 238;
  • blue value is 79.
RGB:
(0,238,79)
(0%,93%,31%)

RGB channels and saturation

R 0 of 255 = 0%
G 238 of 255 = 93%
B 79 of 255 = 31%

0
238
79

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

Portions of RGB colors in percentages

R + G + B =
0 + 238 + 79 = 317 (100%)
R 0 of 317 ~ 0%
G 238 of 317 ~ 75.08%
B 79 of 317 ~ 24.92%

%75.08
%24.92

CMYK color model

#00EE4F color CMYK value is (100,0,67,7).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 66.81%
  • key color value is 6.67%
CMYK:
(100,0,67,7)
C100M0Y67K7 
(100%,0%,67%,7%)
(1.00/0.00/0.67/0.07)	

CMYK percentages

%100
%0
%66.81
%6.67

Codes

Color #00EE4F in popluar color models

00EE4F
RGB023879
HSL140°100.00%46.67%
HSB/HSV140°100.00%93.33%
CMYK100.00%0.00%66.81%
6.67%

Color #00EE4F in popluar number systems.

HEX00EE4F
Decimal023879
Binary0111011101001111
Octal0356117

Shades and tints

Shades of #00EE4F

#00EE4F
(0,238,79)
#00D948
(0,217,72)
#00C441
(0,196,65)
#00AF3A
(0,175,58)
#009A33
(0,154,51)
#00852C
(0,133,44)
#007025
(0,112,37)
#005B1E
(0,91,30)
#004617
(0,70,23)
#003110
(0,49,16)
#001C09
(0,28,9)
#000000
(0,0,0)

Tints of #00EE4F

#00EE4F
(0,238,79)
#17EF5F
(23,239,95)
#2EF06F
(46,240,111)
#45F17F
(69,241,127)
#5CF28F
(92,242,143)
#73F39F
(115,243,159)
#8AF4AF
(138,244,175)
#A1F5BF
(161,245,191)
#B8F6CF
(184,246,207)
#CFF7DF
(207,247,223)
#E6F8EF
(230,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00EE4F color. Also use rgb(0,238,79) instead hex code.

Text Font Color

.myTextColor { color: #00EE4F; }

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

This text font color is #00EE4F.


Background Color

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

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

This div background color is #00EE4F.


Border color

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

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

This div border color is #00EE4F.


Opacity

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

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

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

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

This text has shadow with #00EE4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00EE4F on black background.


Color preview on white background

This text has color #00EE4F on white background.



Black color preview on #00EE4F background

This text has black color on #00EE4F background.


White color preview on #00EE4F background

This text has white color on #00EE4F background.