Shades of Lawn Green #82F228
Tints of Lawn Green #82F228
RGB
CMYK
RGB Variations
Color information
#82F228 (or 0x82F228) is known color: Lawn Green. HEX triplet: 82, F2 and 28. RGB value is (130,242,40). Sum of RGB (Red+Green+Blue) = 130+242+40=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 242 (94.92% from 255 or 58.74% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 242 - color contains mainly: green. Hex color #82F228 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82F228 is #7D0DD7. Grayscale: #BABABA. Windows color (decimal): -8195544 or 2683522. OLE color: 2683522.
HSL color Cylindrical-coordinate representation of color #82F228: hue angle of 93.27º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82F228 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 242 | 40 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.05 |
| HSL | 93.27º | 0.89% | 0.55% | - |
| HSV(B) | 93.27º | 0.83% | 0.95% | - |
| XYZ | 41.34 | 68.4 | 13.03 | - |
| YUV | 185.48 | 45.89 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 242 | 40 | 0.46 | 0 | 0.83 | 0.05 | 93.27 | 0.89 | 0.55 |
| Hex | 82 | F2 | 28 | 2E | 0 | 53 | 5 | 5D | 59 | 37 |
| Octal | 202 | 362 | 50 | 56 | 0 | 123 | 5 | 135 | 131 | 67 |
| Binary | 10000010 | 11110010 | 101000 | 101110 | 0 | 1010011 | 101 | 1011101 | 1011001 | 110111 |
Color Harmonies of #82F228
Complementary color
Monochromatic Colors of #82F228
Black with #82F228
Text Example
Text Example
White with #82F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82F228; }
p { color: rgb(130,242,40); }
H1.HeaderClassName
{
color: #82F228;
}
.AnyTagClassName
{
color: #82F228;
}
</style>
background-color css
<style>
a { background-color: #82F228; }
a { background-color: rgb(130,242,40); }
div.DivClassName
{
background-color: #82F228;
}
.BgClassName
{
background-color: #82F228;
}
</style>
border-color css
<style>
span { border-color: #82F228; }
span { border-color: rgb(130,242,40); }
td.TdClassName
{
border-color: #82F228;
}
.TagClassName
{
border-color: #82F228;
}
</style>