COLOR #8EEE3B

HEX: #8EEE3B RGB: (142,238,59)

Color info

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

RGB color model

#8EEE3B color RGB value is (142,238,59).

RGB: (142,238,59) (56%, 93%, 23%)

RGB channels and saturation

R 142 of 255 = 56%
G 238 of 255 = 93%
B 59 of 255 = 23%

142
238
59

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

Portions of RGB colors in percentages

R + G + B = 142 + 238 + 59 = 439 (100%)
R 142 of 439 ~ 32.35%
G 238 of 439 ~ 54.21%
B 59 of 439 ~ 13.44'%

%32.35
%54.21
%13.44

CMYK color model

#8EEE3B color CMYK value is (40,0,75,7).

  • cyan value is 40.34%
  • magenta value is 0.00%
  • yellow value is 75.21%
  • key color value is 6.67%

CMYK: (40,0,75,7)
C40M0Y75K7 (40%, 0%, 75%, 7%)
(0.40 / 0.00 / 0.75 / 0.07)

CMYK percentages

%40.34
%0
%75.21
%6.67

Codes

Color #8EEE3B in popluar color models

8E EE 3B
RGB 142 238 59
HSL 92° 84.04% 58.24%
HSB/HSV 92° 75.21% 93.33%
CMYK 40.34% 0.00% 75.21%
6.67%

Color #8EEE3B in popluar number systems.

HEX 8E EE 3B
Decimal 142 238 59
Binary 10001110 11101110 111011
Octal 216 356 73

Shades and tints

Shades of #8EEE3B

#8EEE3B
(142,238,59)
#82D936
(130,217,54)
#76C431
(118,196,49)
#6AAF2C
(106,175,44)
#5E9A27
(94,154,39)
#528522
(82,133,34)
#46701D
(70,112,29)
#3A5B18
(58,91,24)
#2E4613
(46,70,19)
#22310E
(34,49,14)
#161C09
(22,28,9)
#000000
(0,0,0)

Tints of #8EEE3B

#8EEE3B
(142,238,59)
#98EF4C
(152,239,76)
#A2F05D
(162,240,93)
#ACF16E
(172,241,110)
#B6F27F
(182,242,127)
#C0F390
(192,243,144)
#CAF4A1
(202,244,161)
#D4F5B2
(212,245,178)
#DEF6C3
(222,246,195)
#E8F7D4
(232,247,212)
#F2F8E5
(242,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EEE3B; }

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

This text font color is #8EEE3B.

Background Color

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

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

This div background color is #8EEE3B.

Border color

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

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

This div border color is #8EEE3B.

Opacity

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

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

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

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

This text has shadow with #8EEE3B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EEE3B.

Preview

Color preview on black background

This text has color #8EEE3B on black background.


Color preview on white background

This text has color #8EEE3B on white background.


Black color preview on #8EEE3B background

This text has black color on #8EEE3B background.


White color preview on #8EEE3B background

This text has white color on #8EEE3B background.


Related colors

Complementary color

Complementary color for #hex is #7111C4.


I love getcolorcode.com

Triadic colors

1 #3B8EEE and #EE3B8E with #8EEE3B are triadic colors.

2 #3BEE8E and #EE8E3B with #8EEE3B are triadic colors.