Shades of Lime Green #32DB44
Tints of Lime Green #32DB44
RGB
CMYK
RGB Variations
Color information
#32DB44 (or 0x32DB44) is known color: Lime Green. HEX triplet: 32, DB and 44. RGB value is (50,219,68). Sum of RGB (Red+Green+Blue) = 50+219+68=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 219 (85.94% from 255 or 64.99% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 219 - color contains mainly: green. Hex color #32DB44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DB44 is #CD24BB. Grayscale: #979797. Windows color (decimal): -13444284 or 4512562. OLE color: 4512562.
HSL color Cylindrical-coordinate representation of color #32DB44: hue angle of 126.39º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DB44 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 68 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.14 |
| HSL | 126.39º | 0.7% | 0.53% | - |
| HSV(B) | 126.39º | 0.77% | 0.86% | - |
| XYZ | 27.69 | 51.76 | 14 | - |
| YUV | 151.26 | 81.01 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 68 | 0.77 | 0 | 0.69 | 0.14 | 126.39 | 0.7 | 0.53 |
| Hex | 32 | DB | 44 | 4D | 0 | 45 | E | 7E | 46 | 35 |
| Octal | 62 | 333 | 104 | 115 | 0 | 105 | 16 | 176 | 106 | 65 |
| Binary | 110010 | 11011011 | 1000100 | 1001101 | 0 | 1000101 | 1110 | 1111110 | 1000110 | 110101 |
Color Harmonies of #32DB44
Complementary color
Monochromatic Colors of #32DB44
Black with #32DB44
Text Example
Text Example
White with #32DB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DB44; }
p { color: rgb(50,219,68); }
H1.HeaderClassName
{
color: #32DB44;
}
.AnyTagClassName
{
color: #32DB44;
}
</style>
background-color css
<style>
a { background-color: #32DB44; }
a { background-color: rgb(50,219,68); }
div.DivClassName
{
background-color: #32DB44;
}
.BgClassName
{
background-color: #32DB44;
}
</style>
border-color css
<style>
span { border-color: #32DB44; }
span { border-color: rgb(50,219,68); }
td.TdClassName
{
border-color: #32DB44;
}
.TagClassName
{
border-color: #32DB44;
}
</style>