COLOR #00E874

HEX: #00E874
RGB: (0,232,116)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

0
232
116

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

Portions of RGB colors in percentages

R + G + B =
0 + 232 + 116 = 348 (100%)
R 0 of 348 ~ 0%
G 232 of 348 ~ 66.67%
B 116 of 348 ~ 33.33%

%66.67
%33.33

CMYK color model

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

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

CMYK percentages

%100
%0
%50
%9.02

Codes

Color #00E874 in popluar color models

00E874
RGB0232116
HSL150°100.00%45.49%
HSB/HSV150°100.00%90.98%
CMYK100.00%0.00%50.00%
9.02%

Color #00E874 in popluar number systems.

HEX00E874
Decimal0232116
Binary0111010001110100
Octal0350164

Shades and tints

Shades of #00E874

#00E874
(0,232,116)
#00D36A
(0,211,106)
#00BE60
(0,190,96)
#00A956
(0,169,86)
#00944C
(0,148,76)
#007F42
(0,127,66)
#006A38
(0,106,56)
#00552E
(0,85,46)
#004024
(0,64,36)
#002B1A
(0,43,26)
#001610
(0,22,16)
#000000
(0,0,0)

Tints of #00E874

#00E874
(0,232,116)
#17EA80
(23,234,128)
#2EEC8C
(46,236,140)
#45EE98
(69,238,152)
#5CF0A4
(92,240,164)
#73F2B0
(115,242,176)
#8AF4BC
(138,244,188)
#A1F6C8
(161,246,200)
#B8F8D4
(184,248,212)
#CFFAE0
(207,250,224)
#E6FCEC
(230,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00E874; }

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

This text font color is #00E874.


Background Color

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

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

This div background color is #00E874.


Border color

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

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

This div border color is #00E874.


Opacity

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

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

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

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

This text has shadow with #00E874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00E874 on black background.


Color preview on white background

This text has color #00E874 on white background.



Black color preview on #00E874 background

This text has black color on #00E874 background.


White color preview on #00E874 background

This text has white color on #00E874 background.