Shades of Lime Green #32C546
Tints of Lime Green #32C546
RGB
CMYK
RGB Variations
Color information
#32C546 (or 0x32C546) is known color: Lime Green. HEX triplet: 32, C5 and 46. RGB value is (50,197,70). Sum of RGB (Red+Green+Blue) = 50+197+70=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #32C546 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C546 is #CD3AB9. Grayscale: #8A8A8A. Windows color (decimal): -13449914 or 4638002. OLE color: 4638002.
HSL color Cylindrical-coordinate representation of color #32C546: hue angle of 128.16º 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 #32C546 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 70 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.23 |
| HSL | 128.16º | 0.6% | 0.48% | - |
| HSV(B) | 128.16º | 0.75% | 0.77% | - |
| XYZ | 22.39 | 41.05 | 12.54 | - |
| YUV | 138.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 70 | 0.75 | 0 | 0.64 | 0.23 | 128.16 | 0.6 | 0.48 |
| Hex | 32 | C5 | 46 | 4B | 0 | 40 | 17 | 80 | 3C | 30 |
| Octal | 62 | 305 | 106 | 113 | 0 | 100 | 27 | 200 | 74 | 60 |
| Binary | 110010 | 11000101 | 1000110 | 1001011 | 0 | 1000000 | 10111 | 10000000 | 111100 | 110000 |
Color Harmonies of #32C546
Complementary color
Monochromatic Colors of #32C546
Black with #32C546
Text Example
Text Example
White with #32C546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C546; }
p { color: rgb(50,197,70); }
H1.HeaderClassName
{
color: #32C546;
}
.AnyTagClassName
{
color: #32C546;
}
</style>
background-color css
<style>
a { background-color: #32C546; }
a { background-color: rgb(50,197,70); }
div.DivClassName
{
background-color: #32C546;
}
.BgClassName
{
background-color: #32C546;
}
</style>
border-color css
<style>
span { border-color: #32C546; }
span { border-color: rgb(50,197,70); }
td.TdClassName
{
border-color: #32C546;
}
.TagClassName
{
border-color: #32C546;
}
</style>