COLOR #8ECB27

HEX: #8ECB27
RGB: (142,203,39)

Color info

#8ECB27 contains mainly green color. Web safe color of #8ECB27 is #99CC33 (or #9C3).

RGB color model

#8ECB27 color RGB value is (142,203,39).

  • red value is 142;
  • green value is 203;
  • blue value is 39.
RGB: (142,203,39) (56%,80%,15%)

RGB channels and saturation

R 142 of 255 = 56%
G 203 of 255 = 80%
B 39 of 255 = 15%

142
203
39

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

Portions of RGB colors in percentages

R + G + B =
142 + 203 + 39 = 384 (100%)
R 142 of 384 ~ 36.98%
G 203 of 384 ~ 52.86%
B 39 of 384 ~ 10.16%

%36.98
%52.86
%10.16

CMYK color model

#8ECB27 color CMYK value is (30,0,81,20).

  • cyan value is 30.05%
  • magenta value is 0.00%
  • yellow value is 80.79%
  • key color value is 20.39%
CMYK: (30,0,81,20) C30M0Y81K20 (30%,0%,81%,20%) (0.30/0.00/0.81/0.20)

CMYK percentages

%30.05
%0
%80.79
%20.39

Codes

Color #8ECB27 in popluar color models

8ECB27
RGB14220339
HSL82°67.77%47.45%
HSB/HSV82°80.79%79.61%
CMYK30.05%0.00%80.79%
20.39%

Color #8ECB27 in popluar number systems.

HEX8ECB27
Decimal14220339
Binary1000111011001011100111
Octal21631347

Shades and tints

Shades of #8ECB27

#8ECB27
(142,203,39)
#82B924
(130,185,36)
#76A721
(118,167,33)
#6A951E
(106,149,30)
#5E831B
(94,131,27)
#527118
(82,113,24)
#465F15
(70,95,21)
#3A4D12
(58,77,18)
#2E3B0F
(46,59,15)
#22290C
(34,41,12)
#161709
(22,23,9)
#000000
(0,0,0)

Tints of #8ECB27

#8ECB27
(142,203,39)
#98CF3A
(152,207,58)
#A2D34D
(162,211,77)
#ACD760
(172,215,96)
#B6DB73
(182,219,115)
#C0DF86
(192,223,134)
#CAE399
(202,227,153)
#D4E7AC
(212,231,172)
#DEEBBF
(222,235,191)
#E8EFD2
(232,239,210)
#F2F3E5
(242,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ECB27 color. Also use rgb(142,203,39) instead hex code.

Text Font Color

.myTextColor { color: #8ECB27; }

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

This text font color is #8ECB27.


Background Color

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

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

This div background color is #8ECB27.


Border color

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

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

This div border color is #8ECB27.


Opacity

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

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

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

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

This text has shadow with #8ECB27 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8ECB27 on black background.


Color preview on white background

This text has color #8ECB27 on white background.



Black color preview on #8ECB27 background

This text has black color on #8ECB27 background.


White color preview on #8ECB27 background

This text has white color on #8ECB27 background.