Shades of Lawn Green #82EC0E
Tints of Lawn Green #82EC0E
RGB
CMYK
RGB Variations
Color information
#82EC0E (or 0x82EC0E) is known color: Lawn Green. HEX triplet: 82, EC and 0E. RGB value is (130,236,14). Sum of RGB (Red+Green+Blue) = 130+236+14=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 236 (92.58% from 255 or 62.11% from 380); Blue value is 14 (5.86% from 255 or 3.68% from 380); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82EC0E is #7D13F1. Grayscale: #B3B3B3. Windows color (decimal): -8197106 or 978050. OLE color: 978050.
HSL color Cylindrical-coordinate representation of color #82EC0E: hue angle of 88.65º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82EC0E is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 236 | 14 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.07 |
| HSL | 88.65º | 0.89% | 0.49% | - |
| HSV(B) | 88.65º | 0.94% | 0.93% | - |
| XYZ | 39.28 | 64.77 | 10.85 | - |
| YUV | 179 | 34.88 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 236 | 14 | 0.45 | 0 | 0.94 | 0.07 | 88.65 | 0.89 | 0.49 |
| Hex | 82 | EC | E | 2D | 0 | 5E | 7 | 59 | 59 | 31 |
| Octal | 202 | 354 | 16 | 55 | 0 | 136 | 7 | 131 | 131 | 61 |
| Binary | 10000010 | 11101100 | 1110 | 101101 | 0 | 1011110 | 111 | 1011001 | 1011001 | 110001 |
Color Harmonies of #82EC0E
Complementary color
Monochromatic Colors of #82EC0E
Black with #82EC0E
Text Example
Text Example
White with #82EC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EC0E; }
p { color: rgb(130,236,14); }
H1.HeaderClassName
{
color: #82EC0E;
}
.AnyTagClassName
{
color: #82EC0E;
}
</style>
background-color css
<style>
a { background-color: #82EC0E; }
a { background-color: rgb(130,236,14); }
div.DivClassName
{
background-color: #82EC0E;
}
.BgClassName
{
background-color: #82EC0E;
}
</style>
border-color css
<style>
span { border-color: #82EC0E; }
span { border-color: rgb(130,236,14); }
td.TdClassName
{
border-color: #82EC0E;
}
.TagClassName
{
border-color: #82EC0E;
}
</style>