COLOR #8CE800

HEX: #8CE800
RGB: (140,232,0)

Color info

#8CE800 contains mainly green color. Web safe color of #8CE800 is #99FF00 (or #9F0).

RGB color model

#8CE800 color RGB value is (140,232,0).

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

RGB channels and saturation

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

140
232
0

R + G + B ~ 49%. #8CE800 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
140 + 232 + 0 = 372 (100%)
R 140 of 372 ~ 37.63%
G 232 of 372 ~ 62.37%
B 0 of 372 ~ 0%

%37.63
%62.37

CMYK color model

#8CE800 color CMYK value is (40,0,100,9).

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

CMYK percentages

%39.66
%0
%100
%9.02

Codes

Color #8CE800 in popluar color models

8CE800
RGB1402320
HSL84°100.00%45.49%
HSB/HSV84°100.00%90.98%
CMYK39.66%0.00%100.00%
9.02%

Color #8CE800 in popluar number systems.

HEX8CE800
Decimal1402320
Binary10001100111010000
Octal2143500

Shades and tints

Shades of #8CE800

#8CE800
(140,232,0)
#80D300
(128,211,0)
#74BE00
(116,190,0)
#68A900
(104,169,0)
#5C9400
(92,148,0)
#507F00
(80,127,0)
#446A00
(68,106,0)
#385500
(56,85,0)
#2C4000
(44,64,0)
#202B00
(32,43,0)
#141600
(20,22,0)
#000000
(0,0,0)

Tints of #8CE800

#8CE800
(140,232,0)
#96EA17
(150,234,23)
#A0EC2E
(160,236,46)
#AAEE45
(170,238,69)
#B4F05C
(180,240,92)
#BEF273
(190,242,115)
#C8F48A
(200,244,138)
#D2F6A1
(210,246,161)
#DCF8B8
(220,248,184)
#E6FACF
(230,250,207)
#F0FCE6
(240,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CE800; }

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

This text font color is #8CE800.


Background Color

.myBgColor { background-color: #8CE800; }

<div style="background-color:#8CE800">Inner text</div>

This div background color is #8CE800.


Border color

.myBorderColor { border: 1px solid #8CE800; }

<div style="border:3px solid #8CE800">Div</div>

This div border color is #8CE800.


Opacity

.myOpacity80 { color: #8CE800; opacity: 0.8; }

<p style="color:#8CE800;opacity:0.8;">80%</p>

Text with #8CE800 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 #8CE800;}

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

This text has shadow with #8CE800 color.

.textShadow {text-shadow: 3px 3px 1px #8CE800, 3px 3px 1px red;}

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

This text has shadow with #8CE800 primary color and red secondary color.


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

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

This text has shadow with #8CE800 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE800 on black background.


Color preview on white background

This text has color #8CE800 on white background.



Black color preview on #8CE800 background

This text has black color on #8CE800 background.


White color preview on #8CE800 background

This text has white color on #8CE800 background.