COLOR #80FA30

HEX: #80FA30
RGB: (128,250,48)

Color info

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

RGB color model

#80FA30 color RGB value is (128,250,48).

  • red value is 128;
  • green value is 250;
  • blue value is 48.
RGB:
(128,250,48)
(50%,98%,19%)

RGB channels and saturation

R 128 of 255 = 50%
G 250 of 255 = 98%
B 48 of 255 = 19%

128
250
48

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

Portions of RGB colors in percentages

R + G + B =
128 + 250 + 48 = 426 (100%)
R 128 of 426 ~ 30.05%
G 250 of 426 ~ 58.69%
B 48 of 426 ~ 11.27%

%30.05
%58.69
%11.27

CMYK color model

#80FA30 color CMYK value is (49,0,81,2).

  • cyan value is 48.80%
  • magenta value is 0.00%
  • yellow value is 80.80%
  • key color value is 1.96%
CMYK:
(49,0,81,2)
C49M0Y81K2 
(49%,0%,81%,2%)
(0.49/0.00/0.81/0.02)	

CMYK percentages

%48.8
%0
%80.8
%1.96

Codes

Color #80FA30 in popluar color models

80FA30
RGB12825048
HSL96°95.28%58.43%
HSB/HSV96°80.80%98.04%
CMYK48.80%0.00%80.80%
1.96%

Color #80FA30 in popluar number systems.

HEX80FA30
Decimal12825048
Binary1000000011111010110000
Octal20037260

Shades and tints

Shades of #80FA30

#80FA30
(128,250,48)
#75E42C
(117,228,44)
#6ACE28
(106,206,40)
#5FB824
(95,184,36)
#54A220
(84,162,32)
#498C1C
(73,140,28)
#3E7618
(62,118,24)
#336014
(51,96,20)
#284A10
(40,74,16)
#1D340C
(29,52,12)
#121E08
(18,30,8)
#000000
(0,0,0)

Tints of #80FA30

#80FA30
(128,250,48)
#8BFA42
(139,250,66)
#96FA54
(150,250,84)
#A1FA66
(161,250,102)
#ACFA78
(172,250,120)
#B7FA8A
(183,250,138)
#C2FA9C
(194,250,156)
#CDFAAE
(205,250,174)
#D8FAC0
(216,250,192)
#E3FAD2
(227,250,210)
#EEFAE4
(238,250,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80FA30 color. Also use rgb(128,250,48) instead hex code.

Text Font Color

.myTextColor { color: #80FA30; }

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

This text font color is #80FA30.


Background Color

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

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

This div background color is #80FA30.


Border color

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

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

This div border color is #80FA30.


Opacity

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

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

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

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

This text has shadow with #80FA30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80FA30 on black background.


Color preview on white background

This text has color #80FA30 on white background.



Black color preview on #80FA30 background

This text has black color on #80FA30 background.


White color preview on #80FA30 background

This text has white color on #80FA30 background.