Shades of Lime Green #32D224
Tints of Lime Green #32D224
RGB
CMYK
RGB Variations
Color information
#32D224 (or 0x32D224) is known color: Lime Green. HEX triplet: 32, D2 and 24. RGB value is (50,210,36). Sum of RGB (Red+Green+Blue) = 50+210+36=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 210 (82.42% from 255 or 70.95% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 210 - color contains mainly: green. Hex color #32D224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D224 is #CD2DDB. Grayscale: #8E8E8E. Windows color (decimal): -13446620 or 2413106. OLE color: 2413106.
HSL color Cylindrical-coordinate representation of color #32D224: hue angle of 115.17º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32D224 is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 36 | - |
| CMYK | 0.76 | 0 | 0.83 | 0.18 |
| HSL | 115.17º | 0.71% | 0.48% | - |
| HSV(B) | 115.17º | 0.83% | 0.82% | - |
| XYZ | 24.68 | 46.9 | 9.42 | - |
| YUV | 142.32 | 67.99 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 36 | 0.76 | 0 | 0.83 | 0.18 | 115.17 | 0.71 | 0.48 |
| Hex | 32 | D2 | 24 | 4C | 0 | 53 | 12 | 73 | 47 | 30 |
| Octal | 62 | 322 | 44 | 114 | 0 | 123 | 22 | 163 | 107 | 60 |
| Binary | 110010 | 11010010 | 100100 | 1001100 | 0 | 1010011 | 10010 | 1110011 | 1000111 | 110000 |
Color Harmonies of #32D224
Complementary color
Monochromatic Colors of #32D224
Black with #32D224
Text Example
Text Example
White with #32D224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D224; }
p { color: rgb(50,210,36); }
H1.HeaderClassName
{
color: #32D224;
}
.AnyTagClassName
{
color: #32D224;
}
</style>
background-color css
<style>
a { background-color: #32D224; }
a { background-color: rgb(50,210,36); }
div.DivClassName
{
background-color: #32D224;
}
.BgClassName
{
background-color: #32D224;
}
</style>
border-color css
<style>
span { border-color: #32D224; }
span { border-color: rgb(50,210,36); }
td.TdClassName
{
border-color: #32D224;
}
.TagClassName
{
border-color: #32D224;
}
</style>