COLOR #8CE902

HEX: #8CE902
RGB: (140,233,2)

Color info

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

RGB color model

#8CE902 color RGB value is (140,233,2).

  • red value is 140;
  • green value is 233;
  • blue value is 2.
RGB:
(140,233,2)
(55%,91%,1%)

RGB channels and saturation

R 140 of 255 = 55%
G 233 of 255 = 91%
B 2 of 255 = 1%

140
233
2

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

Portions of RGB colors in percentages

R + G + B =
140 + 233 + 2 = 375 (100%)
R 140 of 375 ~ 37.33%
G 233 of 375 ~ 62.13%
B 2 of 375 ~ 0.53%

%37.33
%62.13

CMYK color model

#8CE902 color CMYK value is (40,0,99,9).

  • cyan value is 39.91%
  • magenta value is 0.00%
  • yellow value is 99.14%
  • key color value is 8.63%
CMYK:
(40,0,99,9)
C40M0Y99K9 
(40%,0%,99%,9%)
(0.40/0.00/0.99/0.09)	

CMYK percentages

%39.91
%0
%99.14
%8.63

Codes

Color #8CE902 in popluar color models

8CE902
RGB1402332
HSL84°98.30%46.08%
HSB/HSV84°99.14%91.37%
CMYK39.91%0.00%99.14%
8.63%

Color #8CE902 in popluar number systems.

HEX8CE902
Decimal1402332
Binary100011001110100110
Octal2143512

Shades and tints

Shades of #8CE902

#8CE902
(140,233,2)
#80D402
(128,212,2)
#74BF02
(116,191,2)
#68AA02
(104,170,2)
#5C9502
(92,149,2)
#508002
(80,128,2)
#446B02
(68,107,2)
#385602
(56,86,2)
#2C4102
(44,65,2)
#202C02
(32,44,2)
#141702
(20,23,2)
#000000
(0,0,0)

Tints of #8CE902

#8CE902
(140,233,2)
#96EB19
(150,235,25)
#A0ED30
(160,237,48)
#AAEF47
(170,239,71)
#B4F15E
(180,241,94)
#BEF375
(190,243,117)
#C8F58C
(200,245,140)
#D2F7A3
(210,247,163)
#DCF9BA
(220,249,186)
#E6FBD1
(230,251,209)
#F0FDE8
(240,253,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CE902 color. Also use rgb(140,233,2) instead hex code.

Text Font Color

.myTextColor { color: #8CE902; }

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

This text font color is #8CE902.


Background Color

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

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

This div background color is #8CE902.


Border color

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

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

This div border color is #8CE902.


Opacity

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

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

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

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

This text has shadow with #8CE902 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CE902 on black background.


Color preview on white background

This text has color #8CE902 on white background.



Black color preview on #8CE902 background

This text has black color on #8CE902 background.


White color preview on #8CE902 background

This text has white color on #8CE902 background.