Shades of Lime Green #32F224
Tints of Lime Green #32F224
RGB
CMYK
RGB Variations
Color information
#32F224 (or 0x32F224) is known color: Lime Green. HEX triplet: 32, F2 and 24. RGB value is (50,242,36). Sum of RGB (Red+Green+Blue) = 50+242+36=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #32F224 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32F224 is #CD0DDB. Grayscale: #A1A1A1. Windows color (decimal): -13438428 or 2421298. OLE color: 2421298.
HSL color Cylindrical-coordinate representation of color #32F224: hue angle of 115.92º 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 #32F224 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 36 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.05 |
| HSL | 115.92º | 0.89% | 0.55% | - |
| HSV(B) | 115.92º | 0.85% | 0.95% | - |
| XYZ | 33.39 | 64.31 | 12.32 | - |
| YUV | 161.11 | 57.39 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 36 | 0.79 | 0 | 0.85 | 0.05 | 115.92 | 0.89 | 0.55 |
| Hex | 32 | F2 | 24 | 4F | 0 | 55 | 5 | 74 | 59 | 37 |
| Octal | 62 | 362 | 44 | 117 | 0 | 125 | 5 | 164 | 131 | 67 |
| Binary | 110010 | 11110010 | 100100 | 1001111 | 0 | 1010101 | 101 | 1110100 | 1011001 | 110111 |
Color Harmonies of #32F224
Complementary color
Monochromatic Colors of #32F224
Black with #32F224
Text Example
Text Example
White with #32F224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F224; }
p { color: rgb(50,242,36); }
H1.HeaderClassName
{
color: #32F224;
}
.AnyTagClassName
{
color: #32F224;
}
</style>
background-color css
<style>
a { background-color: #32F224; }
a { background-color: rgb(50,242,36); }
div.DivClassName
{
background-color: #32F224;
}
.BgClassName
{
background-color: #32F224;
}
</style>
border-color css
<style>
span { border-color: #32F224; }
span { border-color: rgb(50,242,36); }
td.TdClassName
{
border-color: #32F224;
}
.TagClassName
{
border-color: #32F224;
}
</style>