Shades of Lawn Green #82EF1F
Tints of Lawn Green #82EF1F
RGB
CMYK
RGB Variations
Color information
#82EF1F (or 0x82EF1F) is known color: Lawn Green. HEX triplet: 82, EF and 1F. RGB value is (130,239,31). Sum of RGB (Red+Green+Blue) = 130+239+31=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 239 (93.75% from 255 or 59.75% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 239 - color contains mainly: green. Hex color #82EF1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82EF1F is #7D10E0. Grayscale: #B7B7B7. Windows color (decimal): -8196321 or 2092930. OLE color: 2092930.
HSL color Cylindrical-coordinate representation of color #82EF1F: hue angle of 91.44º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #82EF1F is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 239 | 31 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.06 |
| HSL | 91.44º | 0.87% | 0.53% | - |
| HSV(B) | 91.44º | 0.87% | 0.94% | - |
| XYZ | 40.32 | 66.58 | 12.02 | - |
| YUV | 182.7 | 42.39 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 239 | 31 | 0.46 | 0 | 0.87 | 0.06 | 91.44 | 0.87 | 0.53 |
| Hex | 82 | EF | 1F | 2E | 0 | 57 | 6 | 5B | 57 | 35 |
| Octal | 202 | 357 | 37 | 56 | 0 | 127 | 6 | 133 | 127 | 65 |
| Binary | 10000010 | 11101111 | 11111 | 101110 | 0 | 1010111 | 110 | 1011011 | 1010111 | 110101 |
Color Harmonies of #82EF1F
Complementary color
Monochromatic Colors of #82EF1F
Black with #82EF1F
Text Example
Text Example
White with #82EF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82EF1F; }
p { color: rgb(130,239,31); }
H1.HeaderClassName
{
color: #82EF1F;
}
.AnyTagClassName
{
color: #82EF1F;
}
</style>
background-color css
<style>
a { background-color: #82EF1F; }
a { background-color: rgb(130,239,31); }
div.DivClassName
{
background-color: #82EF1F;
}
.BgClassName
{
background-color: #82EF1F;
}
</style>
border-color css
<style>
span { border-color: #82EF1F; }
span { border-color: rgb(130,239,31); }
td.TdClassName
{
border-color: #82EF1F;
}
.TagClassName
{
border-color: #82EF1F;
}
</style>