Shades of Lawn Green #80FA2F
Tints of Lawn Green #80FA2F
RGB
CMYK
RGB Variations
Color information
#80FA2F (or 0x80FA2F) is known color: Lawn Green. HEX triplet: 80, FA and 2F. RGB value is (128,250,47). Sum of RGB (Red+Green+Blue) = 128+250+47=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 250 (98.05% from 255 or 58.82% from 425); Blue value is 47 (18.75% from 255 or 11.06% from 425); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FA2F is #7F05D0. Grayscale: #BFBFBF. Windows color (decimal): -8324561 or 3144320. OLE color: 3144320.
HSL color Cylindrical-coordinate representation of color #80FA2F: hue angle of 96.06º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80FA2F is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 47 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.02 |
| HSL | 96.06º | 0.95% | 0.58% | - |
| HSV(B) | 96.06º | 0.81% | 0.98% | - |
| XYZ | 43.6 | 73.17 | 14.51 | - |
| YUV | 190.38 | 47.08 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 47 | 0.49 | 0 | 0.81 | 0.02 | 96.06 | 0.95 | 0.58 |
| Hex | 80 | FA | 2F | 31 | 0 | 51 | 2 | 60 | 5F | 3A |
| Octal | 200 | 372 | 57 | 61 | 0 | 121 | 2 | 140 | 137 | 72 |
| Binary | 10000000 | 11111010 | 101111 | 110001 | 0 | 1010001 | 10 | 1100000 | 1011111 | 111010 |
Color Harmonies of #80FA2F
Complementary color
Monochromatic Colors of #80FA2F
Black with #80FA2F
Text Example
Text Example
White with #80FA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA2F; }
p { color: rgb(128,250,47); }
H1.HeaderClassName
{
color: #80FA2F;
}
.AnyTagClassName
{
color: #80FA2F;
}
</style>
background-color css
<style>
a { background-color: #80FA2F; }
a { background-color: rgb(128,250,47); }
div.DivClassName
{
background-color: #80FA2F;
}
.BgClassName
{
background-color: #80FA2F;
}
</style>
border-color css
<style>
span { border-color: #80FA2F; }
span { border-color: rgb(128,250,47); }
td.TdClassName
{
border-color: #80FA2F;
}
.TagClassName
{
border-color: #80FA2F;
}
</style>