Shades of Lawn Green #84F218
Tints of Lawn Green #84F218
RGB
CMYK
RGB Variations
Color information
#84F218 (or 0x84F218) is known color: Lawn Green. HEX triplet: 84, F2 and 18. RGB value is (132,242,24). Sum of RGB (Red+Green+Blue) = 132+242+24=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 242 (94.92% from 255 or 60.80% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 242 - color contains mainly: green. Hex color #84F218 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #84F218 is #7B0DE7. Grayscale: #B9B9B9. Windows color (decimal): -8064488 or 1634948. OLE color: 1634948.
HSL color Cylindrical-coordinate representation of color #84F218: hue angle of 90.28º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #84F218 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 132 | 242 | 24 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.05 |
| HSL | 90.28º | 0.89% | 0.52% | - |
| HSV(B) | 90.28º | 0.9% | 0.95% | - |
| XYZ | 41.43 | 68.48 | 11.9 | - |
| YUV | 184.26 | 37.56 | 90.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 242 | 24 | 0.45 | 0 | 0.90 | 0.05 | 90.28 | 0.89 | 0.52 |
| Hex | 84 | F2 | 18 | 2D | 0 | 5A | 5 | 5A | 59 | 34 |
| Octal | 204 | 362 | 30 | 55 | 0 | 132 | 5 | 132 | 131 | 64 |
| Binary | 10000100 | 11110010 | 11000 | 101101 | 0 | 1011010 | 101 | 1011010 | 1011001 | 110100 |
Color Harmonies of #84F218
Complementary color
Monochromatic Colors of #84F218
Black with #84F218
Text Example
Text Example
White with #84F218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F218; }
p { color: rgb(132,242,24); }
H1.HeaderClassName
{
color: #84F218;
}
.AnyTagClassName
{
color: #84F218;
}
</style>
background-color css
<style>
a { background-color: #84F218; }
a { background-color: rgb(132,242,24); }
div.DivClassName
{
background-color: #84F218;
}
.BgClassName
{
background-color: #84F218;
}
</style>
border-color css
<style>
span { border-color: #84F218; }
span { border-color: rgb(132,242,24); }
td.TdClassName
{
border-color: #84F218;
}
.TagClassName
{
border-color: #84F218;
}
</style>