COLOR #80FF2E

HEX: #80FF2E
RGB: (128,255,46)

Color info

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

RGB color model

#80FF2E color RGB value is (128,255,46).

  • red value is 128;
  • green value is 255;
  • blue value is 46.
RGB:
(128,255,46)
(50%,100%,18%)

RGB channels and saturation

R 128 of 255 = 50%
G 255 of 255 = 100%
B 46 of 255 = 18%

128
255
46

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

Portions of RGB colors in percentages

R + G + B =
128 + 255 + 46 = 429 (100%)
R 128 of 429 ~ 29.84%
G 255 of 429 ~ 59.44%
B 46 of 429 ~ 10.72%

%29.84
%59.44
%10.72

CMYK color model

#80FF2E color CMYK value is (50,0,82,0).

  • cyan value is 49.80%
  • magenta value is 0.00%
  • yellow value is 81.96%
  • key color value is 0.00%
CMYK:
(50,0,82,0)
C50M0Y82K0 
(50%,0%,82%,0%)
(0.50/0.00/0.82/0.00)	

CMYK percentages

%49.8
%0
%81.96
%0

Codes

Color #80FF2E in popluar color models

80FF2E
RGB12825546
HSL96°100.00%59.02%
HSB/HSV96°81.96%100.00%
CMYK49.80%0.00%81.96%
0.00%

Color #80FF2E in popluar number systems.

HEX80FF2E
Decimal12825546
Binary1000000011111111101110
Octal20037756

Shades and tints

Shades of #80FF2E

#80FF2E
(128,255,46)
#75E82A
(117,232,42)
#6AD126
(106,209,38)
#5FBA22
(95,186,34)
#54A31E
(84,163,30)
#498C1A
(73,140,26)
#3E7516
(62,117,22)
#335E12
(51,94,18)
#28470E
(40,71,14)
#1D300A
(29,48,10)
#121906
(18,25,6)
#000000
(0,0,0)

Tints of #80FF2E

#80FF2E
(128,255,46)
#8BFF41
(139,255,65)
#96FF54
(150,255,84)
#A1FF67
(161,255,103)
#ACFF7A
(172,255,122)
#B7FF8D
(183,255,141)
#C2FFA0
(194,255,160)
#CDFFB3
(205,255,179)
#D8FFC6
(216,255,198)
#E3FFD9
(227,255,217)
#EEFFEC
(238,255,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80FF2E color. Also use rgb(128,255,46) instead hex code.

Text Font Color

.myTextColor { color: #80FF2E; }

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

This text font color is #80FF2E.


Background Color

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

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

This div background color is #80FF2E.


Border color

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

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

This div border color is #80FF2E.


Opacity

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

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

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

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

This text has shadow with #80FF2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80FF2E on black background.


Color preview on white background

This text has color #80FF2E on white background.



Black color preview on #80FF2E background

This text has black color on #80FF2E background.


White color preview on #80FF2E background

This text has white color on #80FF2E background.