Shades of Lawn Green #82F224
Tints of Lawn Green #82F224
RGB
CMYK
RGB Variations
Color information
#82F224 (or 0x82F224) is known color: Lawn Green. HEX triplet: 82, F2 and 24. RGB value is (130,242,36). Sum of RGB (Red+Green+Blue) = 130+242+36=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 242 (94.92% from 255 or 59.31% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 242 - color contains mainly: green. Hex color #82F224 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F224 is #7D0DDB. Grayscale: #B9B9B9. Windows color (decimal): -8195548 or 2421378. OLE color: 2421378.
HSL color Cylindrical-coordinate representation of color #82F224: hue angle of 92.62º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #82F224 is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 242 | 36 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.05 |
| HSL | 92.62º | 0.89% | 0.55% | - |
| HSV(B) | 92.62º | 0.85% | 0.95% | - |
| XYZ | 41.28 | 68.38 | 12.69 | - |
| YUV | 185.03 | 43.89 | 88.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 242 | 36 | 0.46 | 0 | 0.85 | 0.05 | 92.62 | 0.89 | 0.55 |
| Hex | 82 | F2 | 24 | 2E | 0 | 55 | 5 | 5D | 59 | 37 |
| Octal | 202 | 362 | 44 | 56 | 0 | 125 | 5 | 135 | 131 | 67 |
| Binary | 10000010 | 11110010 | 100100 | 101110 | 0 | 1010101 | 101 | 1011101 | 1011001 | 110111 |
Color Harmonies of #82F224
Complementary color
Monochromatic Colors of #82F224
Black with #82F224
Text Example
Text Example
White with #82F224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F224; }
p { color: rgb(130,242,36); }
H1.HeaderClassName
{
color: #82F224;
}
.AnyTagClassName
{
color: #82F224;
}
</style>
background-color css
<style>
a { background-color: #82F224; }
a { background-color: rgb(130,242,36); }
div.DivClassName
{
background-color: #82F224;
}
.BgClassName
{
background-color: #82F224;
}
</style>
border-color css
<style>
span { border-color: #82F224; }
span { border-color: rgb(130,242,36); }
td.TdClassName
{
border-color: #82F224;
}
.TagClassName
{
border-color: #82F224;
}
</style>