Shades of Lawn Green #80D002
Tints of Lawn Green #80D002
RGB
CMYK
RGB Variations
Color information
#80D002 (or 0x80D002) is known color: Lawn Green. HEX triplet: 80, D0 and 02. RGB value is (128,208,2). Sum of RGB (Red+Green+Blue) = 128+208+2=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 208 (81.64% from 255 or 61.54% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 208 - color contains mainly: green. Hex color #80D002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D002 is #7F2FFD. Grayscale: #A1A1A1. Windows color (decimal): -8335358 or 184448. OLE color: 184448.
HSL color Cylindrical-coordinate representation of color #80D002: hue angle of 83.3º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80D002 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 2 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.18 |
| HSL | 83.3º | 0.98% | 0.41% | - |
| HSV(B) | 83.3º | 0.99% | 0.82% | - |
| XYZ | 31.47 | 49.71 | 7.99 | - |
| YUV | 160.6 | 38.5 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 2 | 0.38 | 0 | 0.99 | 0.18 | 83.3 | 0.98 | 0.41 |
| Hex | 80 | D0 | 2 | 26 | 0 | 63 | 12 | 53 | 62 | 29 |
| Octal | 200 | 320 | 2 | 46 | 0 | 143 | 22 | 123 | 142 | 51 |
| Binary | 10000000 | 11010000 | 10 | 100110 | 0 | 1100011 | 10010 | 1010011 | 1100010 | 101001 |
Color Harmonies of #80D002
Complementary color
Monochromatic Colors of #80D002
Black with #80D002
Text Example
Text Example
White with #80D002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D002; }
p { color: rgb(128,208,2); }
H1.HeaderClassName
{
color: #80D002;
}
.AnyTagClassName
{
color: #80D002;
}
</style>
background-color css
<style>
a { background-color: #80D002; }
a { background-color: rgb(128,208,2); }
div.DivClassName
{
background-color: #80D002;
}
.BgClassName
{
background-color: #80D002;
}
</style>
border-color css
<style>
span { border-color: #80D002; }
span { border-color: rgb(128,208,2); }
td.TdClassName
{
border-color: #80D002;
}
.TagClassName
{
border-color: #80D002;
}
</style>