Shades of Lime Green #32DB37
Tints of Lime Green #32DB37
RGB
CMYK
RGB Variations
Color information
#32DB37 (or 0x32DB37) is known color: Lime Green. HEX triplet: 32, DB and 37. RGB value is (50,219,55). Sum of RGB (Red+Green+Blue) = 50+219+55=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 219 (85.94% from 255 or 67.59% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 219 - color contains mainly: green. Hex color #32DB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DB37 is #CD24C8. Grayscale: #969696. Windows color (decimal): -13444297 or 3660594. OLE color: 3660594.
HSL color Cylindrical-coordinate representation of color #32DB37: hue angle of 121.78º 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 #32DB37 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 219 | 55 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.14 |
| HSL | 121.78º | 0.7% | 0.53% | - |
| HSV(B) | 121.78º | 0.77% | 0.86% | - |
| XYZ | 27.34 | 51.62 | 12.14 | - |
| YUV | 149.77 | 74.51 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 219 | 55 | 0.77 | 0 | 0.75 | 0.14 | 121.78 | 0.7 | 0.53 |
| Hex | 32 | DB | 37 | 4D | 0 | 4B | E | 7A | 46 | 35 |
| Octal | 62 | 333 | 67 | 115 | 0 | 113 | 16 | 172 | 106 | 65 |
| Binary | 110010 | 11011011 | 110111 | 1001101 | 0 | 1001011 | 1110 | 1111010 | 1000110 | 110101 |
Color Harmonies of #32DB37
Complementary color
Monochromatic Colors of #32DB37
Black with #32DB37
Text Example
Text Example
White with #32DB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DB37; }
p { color: rgb(50,219,55); }
H1.HeaderClassName
{
color: #32DB37;
}
.AnyTagClassName
{
color: #32DB37;
}
</style>
background-color css
<style>
a { background-color: #32DB37; }
a { background-color: rgb(50,219,55); }
div.DivClassName
{
background-color: #32DB37;
}
.BgClassName
{
background-color: #32DB37;
}
</style>
border-color css
<style>
span { border-color: #32DB37; }
span { border-color: rgb(50,219,55); }
td.TdClassName
{
border-color: #32DB37;
}
.TagClassName
{
border-color: #32DB37;
}
</style>