Shades of Lime Green #32DE47
Tints of Lime Green #32DE47
RGB
CMYK
RGB Variations
Color information
#32DE47 (or 0x32DE47) is known color: Lime Green. HEX triplet: 32, DE and 47. RGB value is (50,222,71). Sum of RGB (Red+Green+Blue) = 50+222+71=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 222 (87.11% from 255 or 64.72% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DE47 is #CD21B8. Grayscale: #999999. Windows color (decimal): -13443513 or 4709938. OLE color: 4709938.
HSL color Cylindrical-coordinate representation of color #32DE47: hue angle of 127.33º 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 #32DE47 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 71 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.13 |
| HSL | 127.33º | 0.72% | 0.53% | - |
| HSV(B) | 127.33º | 0.77% | 0.87% | - |
| XYZ | 28.57 | 53.38 | 14.76 | - |
| YUV | 153.36 | 81.52 | 54.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 71 | 0.77 | 0 | 0.68 | 0.13 | 127.33 | 0.72 | 0.53 |
| Hex | 32 | DE | 47 | 4D | 0 | 44 | D | 7F | 48 | 35 |
| Octal | 62 | 336 | 107 | 115 | 0 | 104 | 15 | 177 | 110 | 65 |
| Binary | 110010 | 11011110 | 1000111 | 1001101 | 0 | 1000100 | 1101 | 1111111 | 1001000 | 110101 |
Color Harmonies of #32DE47
Complementary color
Monochromatic Colors of #32DE47
Black with #32DE47
Text Example
Text Example
White with #32DE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE47; }
p { color: rgb(50,222,71); }
H1.HeaderClassName
{
color: #32DE47;
}
.AnyTagClassName
{
color: #32DE47;
}
</style>
background-color css
<style>
a { background-color: #32DE47; }
a { background-color: rgb(50,222,71); }
div.DivClassName
{
background-color: #32DE47;
}
.BgClassName
{
background-color: #32DE47;
}
</style>
border-color css
<style>
span { border-color: #32DE47; }
span { border-color: rgb(50,222,71); }
td.TdClassName
{
border-color: #32DE47;
}
.TagClassName
{
border-color: #32DE47;
}
</style>