Shades of Lawn Green #82EC1C
Tints of Lawn Green #82EC1C
RGB
CMYK
RGB Variations
Color information
#82EC1C (or 0x82EC1C) is known color: Lawn Green. HEX triplet: 82, EC and 1C. RGB value is (130,236,28). Sum of RGB (Red+Green+Blue) = 130+236+28=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 236 (92.58% from 255 or 59.90% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EC1C is #7D13E3. Grayscale: #B5B5B5. Windows color (decimal): -8197092 or 1895554. OLE color: 1895554.
HSL color Cylindrical-coordinate representation of color #82EC1C: hue angle of 90.58º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #82EC1C is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 28 | - |
| CMYK | 0.45 | 0 | 0.88 | 0.07 |
| HSL | 90.58º | 0.85% | 0.52% | - |
| HSV(B) | 90.58º | 0.88% | 0.93% | - |
| XYZ | 39.41 | 64.82 | 11.53 | - |
| YUV | 180.59 | 41.88 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 28 | 0.45 | 0 | 0.88 | 0.07 | 90.58 | 0.85 | 0.52 |
| Hex | 82 | EC | 1C | 2D | 0 | 58 | 7 | 5B | 55 | 34 |
| Octal | 202 | 354 | 34 | 55 | 0 | 130 | 7 | 133 | 125 | 64 |
| Binary | 10000010 | 11101100 | 11100 | 101101 | 0 | 1011000 | 111 | 1011011 | 1010101 | 110100 |
Color Harmonies of #82EC1C
Complementary color
Monochromatic Colors of #82EC1C
Black with #82EC1C
Text Example
Text Example
White with #82EC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EC1C; }
p { color: rgb(130,236,28); }
H1.HeaderClassName
{
color: #82EC1C;
}
.AnyTagClassName
{
color: #82EC1C;
}
</style>
background-color css
<style>
a { background-color: #82EC1C; }
a { background-color: rgb(130,236,28); }
div.DivClassName
{
background-color: #82EC1C;
}
.BgClassName
{
background-color: #82EC1C;
}
</style>
border-color css
<style>
span { border-color: #82EC1C; }
span { border-color: rgb(130,236,28); }
td.TdClassName
{
border-color: #82EC1C;
}
.TagClassName
{
border-color: #82EC1C;
}
</style>