Shades of Lawn Green #82DF02
Tints of Lawn Green #82DF02
RGB
CMYK
RGB Variations
Color information
#82DF02 (or 0x82DF02) is known color: Lawn Green. HEX triplet: 82, DF and 02. RGB value is (130,223,2). Sum of RGB (Red+Green+Blue) = 130+223+2=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 223 (87.5% from 255 or 62.82% from 355); Blue value is 2 (1.17% from 255 or 0.56% from 355); Max value from RGB is 223 - color contains mainly: green. Hex color #82DF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82DF02 is #7D20FD. Grayscale: #AAAAAA. Windows color (decimal): -8200446 or 188290. OLE color: 188290.
HSL color Cylindrical-coordinate representation of color #82DF02: hue angle of 85.25º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82DF02 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 223 | 2 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.13 |
| HSL | 85.25º | 0.98% | 0.44% | - |
| HSV(B) | 85.25º | 0.99% | 0.87% | - |
| XYZ | 35.6 | 57.53 | 9.28 | - |
| YUV | 170 | 33.19 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 223 | 2 | 0.42 | 0 | 0.99 | 0.13 | 85.25 | 0.98 | 0.44 |
| Hex | 82 | DF | 2 | 2A | 0 | 63 | D | 55 | 62 | 2C |
| Octal | 202 | 337 | 2 | 52 | 0 | 143 | 15 | 125 | 142 | 54 |
| Binary | 10000010 | 11011111 | 10 | 101010 | 0 | 1100011 | 1101 | 1010101 | 1100010 | 101100 |
Color Harmonies of #82DF02
Complementary color
Monochromatic Colors of #82DF02
Black with #82DF02
Text Example
Text Example
White with #82DF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82DF02; }
p { color: rgb(130,223,2); }
H1.HeaderClassName
{
color: #82DF02;
}
.AnyTagClassName
{
color: #82DF02;
}
</style>
background-color css
<style>
a { background-color: #82DF02; }
a { background-color: rgb(130,223,2); }
div.DivClassName
{
background-color: #82DF02;
}
.BgClassName
{
background-color: #82DF02;
}
</style>
border-color css
<style>
span { border-color: #82DF02; }
span { border-color: rgb(130,223,2); }
td.TdClassName
{
border-color: #82DF02;
}
.TagClassName
{
border-color: #82DF02;
}
</style>