COLOR #00E82F

HEX: #00E82F
RGB: (0,232,47)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
232
47

R + G + B ~ 36%. #00E82F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 232 + 47 = 279 (100%)
R 0 of 279 ~ 0%
G 232 of 279 ~ 83.15%
B 47 of 279 ~ 16.85%

%83.15
%16.85

CMYK color model

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

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

CMYK percentages

%100
%0
%79.74
%9.02

Codes

Color #00E82F in popluar color models

00E82F
RGB023247
HSL132°100.00%45.49%
HSB/HSV132°100.00%90.98%
CMYK100.00%0.00%79.74%
9.02%

Color #00E82F in popluar number systems.

HEX00E82F
Decimal023247
Binary011101000101111
Octal035057

Shades and tints

Shades of #00E82F

#00E82F
(0,232,47)
#00D32B
(0,211,43)
#00BE27
(0,190,39)
#00A923
(0,169,35)
#00941F
(0,148,31)
#007F1B
(0,127,27)
#006A17
(0,106,23)
#005513
(0,85,19)
#00400F
(0,64,15)
#002B0B
(0,43,11)
#001607
(0,22,7)
#000000
(0,0,0)

Tints of #00E82F

#00E82F
(0,232,47)
#17EA41
(23,234,65)
#2EEC53
(46,236,83)
#45EE65
(69,238,101)
#5CF077
(92,240,119)
#73F289
(115,242,137)
#8AF49B
(138,244,155)
#A1F6AD
(161,246,173)
#B8F8BF
(184,248,191)
#CFFAD1
(207,250,209)
#E6FCE3
(230,252,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00E82F; }

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

This text font color is #00E82F.


Background Color

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

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

This div background color is #00E82F.


Border color

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

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

This div border color is #00E82F.


Opacity

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

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

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

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

This text has shadow with #00E82F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00E82F on black background.


Color preview on white background

This text has color #00E82F on white background.



Black color preview on #00E82F background

This text has black color on #00E82F background.


White color preview on #00E82F background

This text has white color on #00E82F background.