Shades of Lime Green #32C545
Tints of Lime Green #32C545
RGB
CMYK
RGB Variations
Color information
#32C545 (or 0x32C545) is known color: Lime Green. HEX triplet: 32, C5 and 45. RGB value is (50,197,69). Sum of RGB (Red+Green+Blue) = 50+197+69=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 197 (77.34% from 255 or 62.34% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 197 - color contains mainly: green. Hex color #32C545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C545 is #CD3ABA. Grayscale: #8A8A8A. Windows color (decimal): -13449915 or 4572466. OLE color: 4572466.
HSL color Cylindrical-coordinate representation of color #32C545: hue angle of 127.76º 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 #32C545 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 69 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.23 |
| HSL | 127.76º | 0.6% | 0.48% | - |
| HSV(B) | 127.76º | 0.75% | 0.77% | - |
| XYZ | 22.36 | 41.04 | 12.37 | - |
| YUV | 138.46 | 88.8 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 69 | 0.75 | 0 | 0.65 | 0.23 | 127.76 | 0.6 | 0.48 |
| Hex | 32 | C5 | 45 | 4B | 0 | 41 | 17 | 80 | 3C | 30 |
| Octal | 62 | 305 | 105 | 113 | 0 | 101 | 27 | 200 | 74 | 60 |
| Binary | 110010 | 11000101 | 1000101 | 1001011 | 0 | 1000001 | 10111 | 10000000 | 111100 | 110000 |
Color Harmonies of #32C545
Complementary color
Monochromatic Colors of #32C545
Black with #32C545
Text Example
Text Example
White with #32C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C545; }
p { color: rgb(50,197,69); }
H1.HeaderClassName
{
color: #32C545;
}
.AnyTagClassName
{
color: #32C545;
}
</style>
background-color css
<style>
a { background-color: #32C545; }
a { background-color: rgb(50,197,69); }
div.DivClassName
{
background-color: #32C545;
}
.BgClassName
{
background-color: #32C545;
}
</style>
border-color css
<style>
span { border-color: #32C545; }
span { border-color: rgb(50,197,69); }
td.TdClassName
{
border-color: #32C545;
}
.TagClassName
{
border-color: #32C545;
}
</style>