Shades of Lime Green #32C550
Tints of Lime Green #32C550
RGB
CMYK
RGB Variations
Color information
#32C550 (or 0x32C550) is known color: Lime Green. HEX triplet: 32, C5 and 50. RGB value is (50,197,80). Sum of RGB (Red+Green+Blue) = 50+197+80=327 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.29% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #32C550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C550 is #CD3AAF. Grayscale: #8C8C8C. Windows color (decimal): -13449904 or 5293362. OLE color: 5293362.
HSL color Cylindrical-coordinate representation of color #32C550: hue angle of 132.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C550 is Cyan = 0.75, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 80 | - |
| CMYK | 0.75 | 0 | 0.59 | 0.23 |
| HSL | 132.24º | 0.6% | 0.48% | - |
| HSV(B) | 132.24º | 0.75% | 0.77% | - |
| XYZ | 22.73 | 41.19 | 14.34 | - |
| YUV | 139.71 | 94.3 | 64.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 80 | 0.75 | 0 | 0.59 | 0.23 | 132.24 | 0.6 | 0.48 |
| Hex | 32 | C5 | 50 | 4B | 0 | 3B | 17 | 84 | 3C | 30 |
| Octal | 62 | 305 | 120 | 113 | 0 | 73 | 27 | 204 | 74 | 60 |
| Binary | 110010 | 11000101 | 1010000 | 1001011 | 0 | 111011 | 10111 | 10000100 | 111100 | 110000 |
Color Harmonies of #32C550
Complementary color
Monochromatic Colors of #32C550
Black with #32C550
Text Example
Text Example
White with #32C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C550; }
p { color: rgb(50,197,80); }
H1.HeaderClassName
{
color: #32C550;
}
.AnyTagClassName
{
color: #32C550;
}
</style>
background-color css
<style>
a { background-color: #32C550; }
a { background-color: rgb(50,197,80); }
div.DivClassName
{
background-color: #32C550;
}
.BgClassName
{
background-color: #32C550;
}
</style>
border-color css
<style>
span { border-color: #32C550; }
span { border-color: rgb(50,197,80); }
td.TdClassName
{
border-color: #32C550;
}
.TagClassName
{
border-color: #32C550;
}
</style>