Shades of Lawn Green #82EC1E
Tints of Lawn Green #82EC1E
RGB
CMYK
RGB Variations
Color information
#82EC1E (or 0x82EC1E) is known color: Lawn Green. HEX triplet: 82, EC and 1E. RGB value is (130,236,30). Sum of RGB (Red+Green+Blue) = 130+236+30=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 236 (92.58% from 255 or 59.60% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EC1E is #7D13E1. Grayscale: #B5B5B5. Windows color (decimal): -8197090 or 2026626. OLE color: 2026626.
HSL color Cylindrical-coordinate representation of color #82EC1E: hue angle of 90.87º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82EC1E is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 30 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.07 |
| HSL | 90.87º | 0.84% | 0.52% | - |
| HSV(B) | 90.87º | 0.87% | 0.93% | - |
| XYZ | 39.44 | 64.83 | 11.66 | - |
| YUV | 180.82 | 42.88 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 30 | 0.45 | 0 | 0.87 | 0.07 | 90.87 | 0.84 | 0.52 |
| Hex | 82 | EC | 1E | 2D | 0 | 57 | 7 | 5B | 54 | 34 |
| Octal | 202 | 354 | 36 | 55 | 0 | 127 | 7 | 133 | 124 | 64 |
| Binary | 10000010 | 11101100 | 11110 | 101101 | 0 | 1010111 | 111 | 1011011 | 1010100 | 110100 |
Color Harmonies of #82EC1E
Complementary color
Monochromatic Colors of #82EC1E
Black with #82EC1E
Text Example
Text Example
White with #82EC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EC1E; }
p { color: rgb(130,236,30); }
H1.HeaderClassName
{
color: #82EC1E;
}
.AnyTagClassName
{
color: #82EC1E;
}
</style>
background-color css
<style>
a { background-color: #82EC1E; }
a { background-color: rgb(130,236,30); }
div.DivClassName
{
background-color: #82EC1E;
}
.BgClassName
{
background-color: #82EC1E;
}
</style>
border-color css
<style>
span { border-color: #82EC1E; }
span { border-color: rgb(130,236,30); }
td.TdClassName
{
border-color: #82EC1E;
}
.TagClassName
{
border-color: #82EC1E;
}
</style>