Shades of Lime Green #32C544
Tints of Lime Green #32C544
RGB
CMYK
RGB Variations
Color information
#32C544 (or 0x32C544) is known color: Lime Green. HEX triplet: 32, C5 and 44. RGB value is (50,197,68). Sum of RGB (Red+Green+Blue) = 50+197+68=315 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.87% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #32C544 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C544 is #CD3ABB. Grayscale: #8A8A8A. Windows color (decimal): -13449916 or 4506930. OLE color: 4506930.
HSL color Cylindrical-coordinate representation of color #32C544: hue angle of 127.35º 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 #32C544 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 68 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.23 |
| HSL | 127.35º | 0.6% | 0.48% | - |
| HSV(B) | 127.35º | 0.75% | 0.77% | - |
| XYZ | 22.33 | 41.03 | 12.21 | - |
| YUV | 138.34 | 88.3 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 68 | 0.75 | 0 | 0.65 | 0.23 | 127.35 | 0.6 | 0.48 |
| Hex | 32 | C5 | 44 | 4B | 0 | 41 | 17 | 7F | 3C | 30 |
| Octal | 62 | 305 | 104 | 113 | 0 | 101 | 27 | 177 | 74 | 60 |
| Binary | 110010 | 11000101 | 1000100 | 1001011 | 0 | 1000001 | 10111 | 1111111 | 111100 | 110000 |
Color Harmonies of #32C544
Complementary color
Monochromatic Colors of #32C544
Black with #32C544
Text Example
Text Example
White with #32C544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C544; }
p { color: rgb(50,197,68); }
H1.HeaderClassName
{
color: #32C544;
}
.AnyTagClassName
{
color: #32C544;
}
</style>
background-color css
<style>
a { background-color: #32C544; }
a { background-color: rgb(50,197,68); }
div.DivClassName
{
background-color: #32C544;
}
.BgClassName
{
background-color: #32C544;
}
</style>
border-color css
<style>
span { border-color: #32C544; }
span { border-color: rgb(50,197,68); }
td.TdClassName
{
border-color: #32C544;
}
.TagClassName
{
border-color: #32C544;
}
</style>