Shades of Lime Green #32DE44
Tints of Lime Green #32DE44
RGB
CMYK
RGB Variations
Color information
#32DE44 (or 0x32DE44) is known color: Lime Green. HEX triplet: 32, DE and 44. RGB value is (50,222,68). Sum of RGB (Red+Green+Blue) = 50+222+68=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 222 (87.11% from 255 or 65.29% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DE44 is #CD21BB. Grayscale: #999999. Windows color (decimal): -13443516 or 4513330. OLE color: 4513330.
HSL color Cylindrical-coordinate representation of color #32DE44: hue angle of 126.28º 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 #32DE44 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 222 | 68 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.13 |
| HSL | 126.28º | 0.72% | 0.53% | - |
| HSV(B) | 126.28º | 0.77% | 0.87% | - |
| XYZ | 28.48 | 53.34 | 14.26 | - |
| YUV | 153.02 | 80.02 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 222 | 68 | 0.77 | 0 | 0.69 | 0.13 | 126.28 | 0.72 | 0.53 |
| Hex | 32 | DE | 44 | 4D | 0 | 45 | D | 7E | 48 | 35 |
| Octal | 62 | 336 | 104 | 115 | 0 | 105 | 15 | 176 | 110 | 65 |
| Binary | 110010 | 11011110 | 1000100 | 1001101 | 0 | 1000101 | 1101 | 1111110 | 1001000 | 110101 |
Color Harmonies of #32DE44
Complementary color
Monochromatic Colors of #32DE44
Black with #32DE44
Text Example
Text Example
White with #32DE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DE44; }
p { color: rgb(50,222,68); }
H1.HeaderClassName
{
color: #32DE44;
}
.AnyTagClassName
{
color: #32DE44;
}
</style>
background-color css
<style>
a { background-color: #32DE44; }
a { background-color: rgb(50,222,68); }
div.DivClassName
{
background-color: #32DE44;
}
.BgClassName
{
background-color: #32DE44;
}
</style>
border-color css
<style>
span { border-color: #32DE44; }
span { border-color: rgb(50,222,68); }
td.TdClassName
{
border-color: #32DE44;
}
.TagClassName
{
border-color: #32DE44;
}
</style>