COLOR #80EA1E

HEX: #80EA1E
RGB: (128,234,30)

Color info

#80EA1E contains mainly green color. Web safe color of #80EA1E is #66FF33 (or #6F3).

RGB color model

#80EA1E color RGB value is (128,234,30).

  • red value is 128;
  • green value is 234;
  • blue value is 30.
RGB:
(128,234,30)
(50%,92%,12%)

RGB channels and saturation

R 128 of 255 = 50%
G 234 of 255 = 92%
B 30 of 255 = 12%

128
234
30

R + G + B ~ 51%. #80EA1E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 234 + 30 = 392 (100%)
R 128 of 392 ~ 32.65%
G 234 of 392 ~ 59.69%
B 30 of 392 ~ 7.65%

%32.65
%59.69

CMYK color model

#80EA1E color CMYK value is (45,0,87,8).

  • cyan value is 45.30%
  • magenta value is 0.00%
  • yellow value is 87.18%
  • key color value is 8.24%
CMYK:
(45,0,87,8)
C45M0Y87K8 
(45%,0%,87%,8%)
(0.45/0.00/0.87/0.08)	

CMYK percentages

%45.3
%0
%87.18
%8.24

Codes

Color #80EA1E in popluar color models

80EA1E
RGB12823430
HSL91°82.93%51.76%
HSB/HSV91°87.18%91.76%
CMYK45.30%0.00%87.18%
8.24%

Color #80EA1E in popluar number systems.

HEX80EA1E
Decimal12823430
Binary100000001110101011110
Octal20035236

Shades and tints

Shades of #80EA1E

#80EA1E
(128,234,30)
#75D51C
(117,213,28)
#6AC01A
(106,192,26)
#5FAB18
(95,171,24)
#549616
(84,150,22)
#498114
(73,129,20)
#3E6C12
(62,108,18)
#335710
(51,87,16)
#28420E
(40,66,14)
#1D2D0C
(29,45,12)
#12180A
(18,24,10)
#000000
(0,0,0)

Tints of #80EA1E

#80EA1E
(128,234,30)
#8BEB32
(139,235,50)
#96EC46
(150,236,70)
#A1ED5A
(161,237,90)
#ACEE6E
(172,238,110)
#B7EF82
(183,239,130)
#C2F096
(194,240,150)
#CDF1AA
(205,241,170)
#D8F2BE
(216,242,190)
#E3F3D2
(227,243,210)
#EEF4E6
(238,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80EA1E color. Also use rgb(128,234,30) instead hex code.

Text Font Color

.myTextColor { color: #80EA1E; }

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

This text font color is #80EA1E.


Background Color

.myBgColor { background-color: #80EA1E; }

<div style="background-color:#80EA1E">Inner text</div>

This div background color is #80EA1E.


Border color

.myBorderColor { border: 1px solid #80EA1E; }

<div style="border:3px solid #80EA1E">Div</div>

This div border color is #80EA1E.


Opacity

.myOpacity80 { color: #80EA1E; opacity: 0.8; }

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

Text with #80EA1E 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 #80EA1E;}

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

This text has shadow with #80EA1E color.

.textShadow {text-shadow: 3px 3px 1px #80EA1E, 3px 3px 1px red;}

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

This text has shadow with #80EA1E primary color and red secondary color.


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

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

This text has shadow with #80EA1E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80EA1E on black background.


Color preview on white background

This text has color #80EA1E on white background.



Black color preview on #80EA1E background

This text has black color on #80EA1E background.


White color preview on #80EA1E background

This text has white color on #80EA1E background.