Shades of Lime Green #32CD37
Tints of Lime Green #32CD37
RGB
CMYK
RGB Variations
Color information
#32CD37 (or 0x32CD37) is known color: Lime Green. HEX triplet: 32, CD and 37. RGB value is (50,205,55). Sum of RGB (Red+Green+Blue) = 50+205+55=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 205 (80.47% from 255 or 66.13% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD37 is #CD32C8. Grayscale: #8E8E8E. Windows color (decimal): -13447881 or 3657010. OLE color: 3657010.
HSL color Cylindrical-coordinate representation of color #32CD37: hue angle of 121.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD37 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 55 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.20 |
| HSL | 121.94º | 0.61% | 0.5% | - |
| HSV(B) | 121.94º | 0.76% | 0.8% | - |
| XYZ | 23.84 | 44.62 | 10.97 | - |
| YUV | 141.56 | 79.15 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 55 | 0.76 | 0 | 0.73 | 0.20 | 121.94 | 0.61 | 0.5 |
| Hex | 32 | CD | 37 | 4C | 0 | 49 | 14 | 7A | 3D | 32 |
| Octal | 62 | 315 | 67 | 114 | 0 | 111 | 24 | 172 | 75 | 62 |
| Binary | 110010 | 11001101 | 110111 | 1001100 | 0 | 1001001 | 10100 | 1111010 | 111101 | 110010 |
Color Harmonies of #32CD37
Complementary color
Monochromatic Colors of #32CD37
Black with #32CD37
Text Example
Text Example
White with #32CD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD37; }
p { color: rgb(50,205,55); }
H1.HeaderClassName
{
color: #32CD37;
}
.AnyTagClassName
{
color: #32CD37;
}
</style>
background-color css
<style>
a { background-color: #32CD37; }
a { background-color: rgb(50,205,55); }
div.DivClassName
{
background-color: #32CD37;
}
.BgClassName
{
background-color: #32CD37;
}
</style>
border-color css
<style>
span { border-color: #32CD37; }
span { border-color: rgb(50,205,55); }
td.TdClassName
{
border-color: #32CD37;
}
.TagClassName
{
border-color: #32CD37;
}
</style>