Shades of Lawn Green #82ED28
Tints of Lawn Green #82ED28
RGB
CMYK
RGB Variations
Color information
#82ED28 (or 0x82ED28) is known color: Lawn Green. HEX triplet: 82, ED and 28. RGB value is (130,237,40). Sum of RGB (Red+Green+Blue) = 130+237+40=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 237 (92.97% from 255 or 58.23% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 237 - color contains mainly: green. Hex color #82ED28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82ED28 is #7D12D7. Grayscale: #B7B7B7. Windows color (decimal): -8196824 or 2682242. OLE color: 2682242.
HSL color Cylindrical-coordinate representation of color #82ED28: hue angle of 92.59º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82ED28 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 237 | 40 | - |
| CMYK | 0.45 | 0 | 0.83 | 0.07 |
| HSL | 92.59º | 0.85% | 0.54% | - |
| HSV(B) | 92.59º | 0.83% | 0.93% | - |
| XYZ | 39.87 | 65.47 | 12.54 | - |
| YUV | 182.55 | 47.55 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 237 | 40 | 0.45 | 0 | 0.83 | 0.07 | 92.59 | 0.85 | 0.54 |
| Hex | 82 | ED | 28 | 2D | 0 | 53 | 7 | 5D | 55 | 36 |
| Octal | 202 | 355 | 50 | 55 | 0 | 123 | 7 | 135 | 125 | 66 |
| Binary | 10000010 | 11101101 | 101000 | 101101 | 0 | 1010011 | 111 | 1011101 | 1010101 | 110110 |
Color Harmonies of #82ED28
Complementary color
Monochromatic Colors of #82ED28
Black with #82ED28
Text Example
Text Example
White with #82ED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ED28; }
p { color: rgb(130,237,40); }
H1.HeaderClassName
{
color: #82ED28;
}
.AnyTagClassName
{
color: #82ED28;
}
</style>
background-color css
<style>
a { background-color: #82ED28; }
a { background-color: rgb(130,237,40); }
div.DivClassName
{
background-color: #82ED28;
}
.BgClassName
{
background-color: #82ED28;
}
</style>
border-color css
<style>
span { border-color: #82ED28; }
span { border-color: rgb(130,237,40); }
td.TdClassName
{
border-color: #82ED28;
}
.TagClassName
{
border-color: #82ED28;
}
</style>