Shades of Lime Green #32DE52
Tints of Lime Green #32DE52
RGB
CMYK
RGB Variations
Color information
#32DE52 (or 0x32DE52) is known color: Lime Green. HEX triplet: 32, DE and 52. RGB value is (50,222,82). Sum of RGB (Red+Green+Blue) = 50+222+82=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 222 (87.11% from 255 or 62.71% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DE52 is #CD21AD. Grayscale: #9B9B9B. Windows color (decimal): -13443502 or 5430834. OLE color: 5430834.
HSL color Cylindrical-coordinate representation of color #32DE52: hue angle of 131.16º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DE52 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 82 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.13 |
| HSL | 131.16º | 0.72% | 0.53% | - |
| HSV(B) | 131.16º | 0.77% | 0.87% | - |
| XYZ | 28.96 | 53.53 | 16.79 | - |
| YUV | 154.61 | 87.02 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 82 | 0.77 | 0 | 0.63 | 0.13 | 131.16 | 0.72 | 0.53 |
| Hex | 32 | DE | 52 | 4D | 0 | 3F | D | 83 | 48 | 35 |
| Octal | 62 | 336 | 122 | 115 | 0 | 77 | 15 | 203 | 110 | 65 |
| Binary | 110010 | 11011110 | 1010010 | 1001101 | 0 | 111111 | 1101 | 10000011 | 1001000 | 110101 |
Color Harmonies of #32DE52
Complementary color
Monochromatic Colors of #32DE52
Black with #32DE52
Text Example
Text Example
White with #32DE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE52; }
p { color: rgb(50,222,82); }
H1.HeaderClassName
{
color: #32DE52;
}
.AnyTagClassName
{
color: #32DE52;
}
</style>
background-color css
<style>
a { background-color: #32DE52; }
a { background-color: rgb(50,222,82); }
div.DivClassName
{
background-color: #32DE52;
}
.BgClassName
{
background-color: #32DE52;
}
</style>
border-color css
<style>
span { border-color: #32DE52; }
span { border-color: rgb(50,222,82); }
td.TdClassName
{
border-color: #32DE52;
}
.TagClassName
{
border-color: #32DE52;
}
</style>