Shades of Lime Green #32CC55
Tints of Lime Green #32CC55
RGB
CMYK
RGB Variations
Color information
#32CC55 (or 0x32CC55) is known color: Lime Green. HEX triplet: 32, CC and 55. RGB value is (50,204,85). Sum of RGB (Red+Green+Blue) = 50+204+85=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CC55 is #CD33AA. Grayscale: #909090. Windows color (decimal): -13448107 or 5622834. OLE color: 5622834.
HSL color Cylindrical-coordinate representation of color #32CC55: hue angle of 133.64º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC55 is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 204 | 85 | - |
| CMYK | 0.75 | 0 | 0.58 | 0.2 |
| HSL | 133.64º | 0.61% | 0.5% | - |
| HSV(B) | 133.64º | 0.75% | 0.8% | - |
| XYZ | 24.55 | 44.52 | 15.89 | - |
| YUV | 144.39 | 94.48 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 204 | 85 | 0.75 | 0 | 0.58 | 0.2 | 133.64 | 0.61 | 0.5 |
| Hex | 32 | CC | 55 | 4B | 0 | 3A | 14 | 86 | 3D | 32 |
| Octal | 62 | 314 | 125 | 113 | 0 | 72 | 24 | 206 | 75 | 62 |
| Binary | 110010 | 11001100 | 1010101 | 1001011 | 0 | 111010 | 10100 | 10000110 | 111101 | 110010 |
Color Harmonies of #32CC55
Complementary color
Monochromatic Colors of #32CC55
Black with #32CC55
Text Example
Text Example
White with #32CC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CC55; }
p { color: rgb(50,204,85); }
H1.HeaderClassName
{
color: #32CC55;
}
.AnyTagClassName
{
color: #32CC55;
}
</style>
background-color css
<style>
a { background-color: #32CC55; }
a { background-color: rgb(50,204,85); }
div.DivClassName
{
background-color: #32CC55;
}
.BgClassName
{
background-color: #32CC55;
}
</style>
border-color css
<style>
span { border-color: #32CC55; }
span { border-color: rgb(50,204,85); }
td.TdClassName
{
border-color: #32CC55;
}
.TagClassName
{
border-color: #32CC55;
}
</style>