Shades of Lime Green #32CE56
Tints of Lime Green #32CE56
RGB
CMYK
RGB Variations
Color information
#32CE56 (or 0x32CE56) is known color: Lime Green. HEX triplet: 32, CE and 56. RGB value is (50,206,86). Sum of RGB (Red+Green+Blue) = 50+206+86=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 206 (80.86% from 255 or 60.23% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CE56 is #CD31A9. Grayscale: #929292. Windows color (decimal): -13447594 or 5688882. OLE color: 5688882.
HSL color Cylindrical-coordinate representation of color #32CE56: hue angle of 133.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CE56 is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 206 | 86 | - |
| CMYK | 0.76 | 0 | 0.58 | 0.19 |
| HSL | 133.85º | 0.61% | 0.5% | - |
| HSV(B) | 133.85º | 0.76% | 0.81% | - |
| XYZ | 25.07 | 45.49 | 16.26 | - |
| YUV | 145.68 | 94.32 | 59.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 206 | 86 | 0.76 | 0 | 0.58 | 0.19 | 133.85 | 0.61 | 0.5 |
| Hex | 32 | CE | 56 | 4C | 0 | 3A | 13 | 86 | 3D | 32 |
| Octal | 62 | 316 | 126 | 114 | 0 | 72 | 23 | 206 | 75 | 62 |
| Binary | 110010 | 11001110 | 1010110 | 1001100 | 0 | 111010 | 10011 | 10000110 | 111101 | 110010 |
Color Harmonies of #32CE56
Complementary color
Monochromatic Colors of #32CE56
Black with #32CE56
Text Example
Text Example
White with #32CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CE56; }
p { color: rgb(50,206,86); }
H1.HeaderClassName
{
color: #32CE56;
}
.AnyTagClassName
{
color: #32CE56;
}
</style>
background-color css
<style>
a { background-color: #32CE56; }
a { background-color: rgb(50,206,86); }
div.DivClassName
{
background-color: #32CE56;
}
.BgClassName
{
background-color: #32CE56;
}
</style>
border-color css
<style>
span { border-color: #32CE56; }
span { border-color: rgb(50,206,86); }
td.TdClassName
{
border-color: #32CE56;
}
.TagClassName
{
border-color: #32CE56;
}
</style>