COLOR #8EE40B

HEX: #8EE40B
RGB: (142,228,11)

Color info

#8EE40B contains mainly green color. Web safe color of #8EE40B is #99CC00 (or #9C0).

RGB color model

#8EE40B color RGB value is (142,228,11).

  • red value is 142;
  • green value is 228;
  • blue value is 11.
RGB:
(142,228,11)
(56%,89%,4%)

RGB channels and saturation

R 142 of 255 = 56%
G 228 of 255 = 89%
B 11 of 255 = 4%

142
228
11

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

Portions of RGB colors in percentages

R + G + B =
142 + 228 + 11 = 381 (100%)
R 142 of 381 ~ 37.27%
G 228 of 381 ~ 59.84%
B 11 of 381 ~ 2.89%

%37.27
%59.84

CMYK color model

#8EE40B color CMYK value is (38,0,95,11).

  • cyan value is 37.72%
  • magenta value is 0.00%
  • yellow value is 95.18%
  • key color value is 10.59%
CMYK:
(38,0,95,11)
C38M0Y95K11 
(38%,0%,95%,11%)
(0.38/0.00/0.95/0.11)	

CMYK percentages

%37.72
%0
%95.18
%10.59

Codes

Color #8EE40B in popluar color models

8EE40B
RGB14222811
HSL84°90.79%46.86%
HSB/HSV84°95.18%89.41%
CMYK37.72%0.00%95.18%
10.59%

Color #8EE40B in popluar number systems.

HEX8EE40B
Decimal14222811
Binary10001110111001001011
Octal21634413

Shades and tints

Shades of #8EE40B

#8EE40B
(142,228,11)
#82D00A
(130,208,10)
#76BC09
(118,188,9)
#6AA808
(106,168,8)
#5E9407
(94,148,7)
#528006
(82,128,6)
#466C05
(70,108,5)
#3A5804
(58,88,4)
#2E4403
(46,68,3)
#223002
(34,48,2)
#161C01
(22,28,1)
#000000
(0,0,0)

Tints of #8EE40B

#8EE40B
(142,228,11)
#98E621
(152,230,33)
#A2E837
(162,232,55)
#ACEA4D
(172,234,77)
#B6EC63
(182,236,99)
#C0EE79
(192,238,121)
#CAF08F
(202,240,143)
#D4F2A5
(212,242,165)
#DEF4BB
(222,244,187)
#E8F6D1
(232,246,209)
#F2F8E7
(242,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EE40B color. Also use rgb(142,228,11) instead hex code.

Text Font Color

.myTextColor { color: #8EE40B; }

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

This text font color is #8EE40B.


Background Color

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

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

This div background color is #8EE40B.


Border color

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

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

This div border color is #8EE40B.


Opacity

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

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

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

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

This text has shadow with #8EE40B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EE40B on black background.


Color preview on white background

This text has color #8EE40B on white background.



Black color preview on #8EE40B background

This text has black color on #8EE40B background.


White color preview on #8EE40B background

This text has white color on #8EE40B background.