COLOR #8EEE24

HEX: #8EEE24
RGB: (142,238,36)

Color info

#8EEE24 contains mainly green color. Web safe color of #8EEE24 is #99FF33 (or #9F3).

RGB color model

#8EEE24 color RGB value is (142,238,36).

  • red value is 142;
  • green value is 238;
  • blue value is 36.
RGB:
(142,238,36)
(56%,93%,14%)

RGB channels and saturation

R 142 of 255 = 56%
G 238 of 255 = 93%
B 36 of 255 = 14%

142
238
36

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

Portions of RGB colors in percentages

R + G + B =
142 + 238 + 36 = 416 (100%)
R 142 of 416 ~ 34.13%
G 238 of 416 ~ 57.21%
B 36 of 416 ~ 8.65%

%34.13
%57.21

CMYK color model

#8EEE24 color CMYK value is (40,0,85,7).

  • cyan value is 40.34%
  • magenta value is 0.00%
  • yellow value is 84.87%
  • key color value is 6.67%
CMYK:
(40,0,85,7)
C40M0Y85K7 
(40%,0%,85%,7%)
(0.40/0.00/0.85/0.07)	

CMYK percentages

%40.34
%0
%84.87
%6.67

Codes

Color #8EEE24 in popluar color models

8EEE24
RGB14223836
HSL89°85.59%53.73%
HSB/HSV89°84.87%93.33%
CMYK40.34%0.00%84.87%
6.67%

Color #8EEE24 in popluar number systems.

HEX8EEE24
Decimal14223836
Binary1000111011101110100100
Octal21635644

Shades and tints

Shades of #8EEE24

#8EEE24
(142,238,36)
#82D921
(130,217,33)
#76C41E
(118,196,30)
#6AAF1B
(106,175,27)
#5E9A18
(94,154,24)
#528515
(82,133,21)
#467012
(70,112,18)
#3A5B0F
(58,91,15)
#2E460C
(46,70,12)
#223109
(34,49,9)
#161C06
(22,28,6)
#000000
(0,0,0)

Tints of #8EEE24

#8EEE24
(142,238,36)
#98EF37
(152,239,55)
#A2F04A
(162,240,74)
#ACF15D
(172,241,93)
#B6F270
(182,242,112)
#C0F383
(192,243,131)
#CAF496
(202,244,150)
#D4F5A9
(212,245,169)
#DEF6BC
(222,246,188)
#E8F7CF
(232,247,207)
#F2F8E2
(242,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EEE24 color. Also use rgb(142,238,36) instead hex code.

Text Font Color

.myTextColor { color: #8EEE24; }

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

This text font color is #8EEE24.


Background Color

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

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

This div background color is #8EEE24.


Border color

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

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

This div border color is #8EEE24.


Opacity

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

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

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

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

This text has shadow with #8EEE24 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EEE24 on black background.


Color preview on white background

This text has color #8EEE24 on white background.



Black color preview on #8EEE24 background

This text has black color on #8EEE24 background.


White color preview on #8EEE24 background

This text has white color on #8EEE24 background.