Shades of Lime Green #32DE51
Tints of Lime Green #32DE51
RGB
CMYK
RGB Variations
Color information
#32DE51 (or 0x32DE51) is known color: Lime Green. HEX triplet: 32, DE and 51. RGB value is (50,222,81). Sum of RGB (Red+Green+Blue) = 50+222+81=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 222 (87.11% from 255 or 62.89% from 353); Blue value is 81 (32.03% from 255 or 22.95% from 353); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DE51 is #CD21AE. Grayscale: #9A9A9A. Windows color (decimal): -13443503 or 5365298. OLE color: 5365298.
HSL color Cylindrical-coordinate representation of color #32DE51: hue angle of 130.81º 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 #32DE51 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 81 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.13 |
| HSL | 130.81º | 0.72% | 0.53% | - |
| HSV(B) | 130.81º | 0.77% | 0.87% | - |
| XYZ | 28.92 | 53.51 | 16.59 | - |
| YUV | 154.5 | 86.52 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 81 | 0.77 | 0 | 0.64 | 0.13 | 130.81 | 0.72 | 0.53 |
| Hex | 32 | DE | 51 | 4D | 0 | 40 | D | 83 | 48 | 35 |
| Octal | 62 | 336 | 121 | 115 | 0 | 100 | 15 | 203 | 110 | 65 |
| Binary | 110010 | 11011110 | 1010001 | 1001101 | 0 | 1000000 | 1101 | 10000011 | 1001000 | 110101 |
Color Harmonies of #32DE51
Complementary color
Monochromatic Colors of #32DE51
Black with #32DE51
Text Example
Text Example
White with #32DE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE51; }
p { color: rgb(50,222,81); }
H1.HeaderClassName
{
color: #32DE51;
}
.AnyTagClassName
{
color: #32DE51;
}
</style>
background-color css
<style>
a { background-color: #32DE51; }
a { background-color: rgb(50,222,81); }
div.DivClassName
{
background-color: #32DE51;
}
.BgClassName
{
background-color: #32DE51;
}
</style>
border-color css
<style>
span { border-color: #32DE51; }
span { border-color: rgb(50,222,81); }
td.TdClassName
{
border-color: #32DE51;
}
.TagClassName
{
border-color: #32DE51;
}
</style>