COLOR #00E807

HEX: #00E807
RGB: (0,232,7)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
232
7

R + G + B ~ 31%. #00E807 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 232 + 7 = 239 (100%)
R 0 of 239 ~ 0%
G 232 of 239 ~ 97.07%
B 7 of 239 ~ 2.93%

%97.07

CMYK color model

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

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

CMYK percentages

%100
%0
%96.98
%9.02

Codes

Color #00E807 in popluar color models

00E807
RGB02327
HSL122°100.00%45.49%
HSB/HSV122°100.00%90.98%
CMYK100.00%0.00%96.98%
9.02%

Color #00E807 in popluar number systems.

HEX00E807
Decimal02327
Binary011101000111
Octal03507

Shades and tints

Shades of #00E807

#00E807
(0,232,7)
#00D307
(0,211,7)
#00BE07
(0,190,7)
#00A907
(0,169,7)
#009407
(0,148,7)
#007F07
(0,127,7)
#006A07
(0,106,7)
#005507
(0,85,7)
#004007
(0,64,7)
#002B07
(0,43,7)
#001607
(0,22,7)
#000000
(0,0,0)

Tints of #00E807

#00E807
(0,232,7)
#17EA1D
(23,234,29)
#2EEC33
(46,236,51)
#45EE49
(69,238,73)
#5CF05F
(92,240,95)
#73F275
(115,242,117)
#8AF48B
(138,244,139)
#A1F6A1
(161,246,161)
#B8F8B7
(184,248,183)
#CFFACD
(207,250,205)
#E6FCE3
(230,252,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00E807; }

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

This text font color is #00E807.


Background Color

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

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

This div background color is #00E807.


Border color

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

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

This div border color is #00E807.


Opacity

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

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

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

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

This text has shadow with #00E807 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00E807 on black background.


Color preview on white background

This text has color #00E807 on white background.



Black color preview on #00E807 background

This text has black color on #00E807 background.


White color preview on #00E807 background

This text has white color on #00E807 background.