Shades of Lawn Green #82E011
Tints of Lawn Green #82E011
RGB
CMYK
RGB Variations
Color information
#82E011 (or 0x82E011) is known color: Lawn Green. HEX triplet: 82, E0 and 11. RGB value is (130,224,17). Sum of RGB (Red+Green+Blue) = 130+224+17=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #82E011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82E011 is #7D1FEE. Grayscale: #ADADAD. Windows color (decimal): -8200175 or 1171586. OLE color: 1171586.
HSL color Cylindrical-coordinate representation of color #82E011: hue angle of 87.25º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82E011 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 224 | 17 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.12 |
| HSL | 87.25º | 0.86% | 0.47% | - |
| HSV(B) | 87.25º | 0.92% | 0.88% | - |
| XYZ | 35.96 | 58.1 | 9.85 | - |
| YUV | 172.3 | 40.36 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 224 | 17 | 0.42 | 0 | 0.92 | 0.12 | 87.25 | 0.86 | 0.47 |
| Hex | 82 | E0 | 11 | 2A | 0 | 5C | C | 57 | 56 | 2F |
| Octal | 202 | 340 | 21 | 52 | 0 | 134 | 14 | 127 | 126 | 57 |
| Binary | 10000010 | 11100000 | 10001 | 101010 | 0 | 1011100 | 1100 | 1010111 | 1010110 | 101111 |
Color Harmonies of #82E011
Complementary color
Monochromatic Colors of #82E011
Black with #82E011
Text Example
Text Example
White with #82E011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82E011; }
p { color: rgb(130,224,17); }
H1.HeaderClassName
{
color: #82E011;
}
.AnyTagClassName
{
color: #82E011;
}
</style>
background-color css
<style>
a { background-color: #82E011; }
a { background-color: rgb(130,224,17); }
div.DivClassName
{
background-color: #82E011;
}
.BgClassName
{
background-color: #82E011;
}
</style>
border-color css
<style>
span { border-color: #82E011; }
span { border-color: rgb(130,224,17); }
td.TdClassName
{
border-color: #82E011;
}
.TagClassName
{
border-color: #82E011;
}
</style>