COLOR #00E800

HEX: #00E800
RGB: (0,232,0)

Color info

#00E800 contains only green color. Web safe color of #00E800 is #00FF00 (or #0F0).

RGB color model

#00E800 color RGB value is (0,232,0).

  • red value is 0;
  • green value is 232;
  • blue value is 0.
RGB:
(0,232,0)
(0%,91%,0%)

RGB channels and saturation

R 0 of 255 = 0%
G 232 of 255 = 91%
B 0 of 255 = 0%

0
232
0

R + G + B ~ 30%. #00E800 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 232 + 0 = 232 (100%)
R 0 of 232 ~ 0%
G 232 of 232 ~ 100%
B 0 of 232 ~ 0%

%100

CMYK color model

#00E800 color CMYK value is (100,0,100,9).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 9.02%
CMYK:
(100,0,100,9)
C100M0Y100K9 
(100%,0%,100%,9%)
(1.00/0.00/1.00/0.09)	

CMYK percentages

%100
%0
%100
%9.02

Codes

Color #00E800 in popluar color models

00E800
RGB02320
HSL120°100.00%45.49%
HSB/HSV120°100.00%90.98%
CMYK100.00%0.00%100.00%
9.02%

Color #00E800 in popluar number systems.

HEX00E800
Decimal02320
Binary0111010000
Octal03500

Shades and tints

Shades of #00E800

#00E800
(0,232,0)
#00D300
(0,211,0)
#00BE00
(0,190,0)
#00A900
(0,169,0)
#009400
(0,148,0)
#007F00
(0,127,0)
#006A00
(0,106,0)
#005500
(0,85,0)
#004000
(0,64,0)
#002B00
(0,43,0)
#001600
(0,22,0)
#000000
(0,0,0)

Tints of #00E800

#00E800
(0,232,0)
#17EA17
(23,234,23)
#2EEC2E
(46,236,46)
#45EE45
(69,238,69)
#5CF05C
(92,240,92)
#73F273
(115,242,115)
#8AF48A
(138,244,138)
#A1F6A1
(161,246,161)
#B8F8B8
(184,248,184)
#CFFACF
(207,250,207)
#E6FCE6
(230,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00E800; }

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

This text font color is #00E800.


Background Color

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

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

This div background color is #00E800.


Border color

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

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

This div border color is #00E800.


Opacity

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

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

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

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

This text has shadow with #00E800 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00E800 on black background.


Color preview on white background

This text has color #00E800 on white background.



Black color preview on #00E800 background

This text has black color on #00E800 background.


White color preview on #00E800 background

This text has white color on #00E800 background.