Shades of Lawn Green #80FA2B
Tints of Lawn Green #80FA2B
RGB
CMYK
RGB Variations
Color information
#80FA2B (or 0x80FA2B) is known color: Lawn Green. HEX triplet: 80, FA and 2B. RGB value is (128,250,43). Sum of RGB (Red+Green+Blue) = 128+250+43=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 250 (98.05% from 255 or 59.38% from 421); Blue value is 43 (17.19% from 255 or 10.21% from 421); Max value from RGB is 250 - color contains mainly: green. Hex color #80FA2B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80FA2B is #7F05D4. Grayscale: #BEBEBE. Windows color (decimal): -8324565 or 2882176. OLE color: 2882176.
HSL color Cylindrical-coordinate representation of color #80FA2B: hue angle of 95.36º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80FA2B is Cyan = 0.49, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 43 | - |
| CMYK | 0.49 | 0 | 0.83 | 0.02 |
| HSL | 95.36º | 0.95% | 0.57% | - |
| HSV(B) | 95.36º | 0.83% | 0.98% | - |
| XYZ | 43.52 | 73.13 | 14.11 | - |
| YUV | 189.92 | 45.08 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 43 | 0.49 | 0 | 0.83 | 0.02 | 95.36 | 0.95 | 0.57 |
| Hex | 80 | FA | 2B | 31 | 0 | 53 | 2 | 5F | 5F | 39 |
| Octal | 200 | 372 | 53 | 61 | 0 | 123 | 2 | 137 | 137 | 71 |
| Binary | 10000000 | 11111010 | 101011 | 110001 | 0 | 1010011 | 10 | 1011111 | 1011111 | 111001 |
Color Harmonies of #80FA2B
Complementary color
Monochromatic Colors of #80FA2B
Black with #80FA2B
Text Example
Text Example
White with #80FA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FA2B; }
p { color: rgb(128,250,43); }
H1.HeaderClassName
{
color: #80FA2B;
}
.AnyTagClassName
{
color: #80FA2B;
}
</style>
background-color css
<style>
a { background-color: #80FA2B; }
a { background-color: rgb(128,250,43); }
div.DivClassName
{
background-color: #80FA2B;
}
.BgClassName
{
background-color: #80FA2B;
}
</style>
border-color css
<style>
span { border-color: #80FA2B; }
span { border-color: rgb(128,250,43); }
td.TdClassName
{
border-color: #80FA2B;
}
.TagClassName
{
border-color: #80FA2B;
}
</style>