Shades of Lime Green #32C54D
Tints of Lime Green #32C54D
RGB
CMYK
RGB Variations
Color information
#32C54D (or 0x32C54D) is known color: Lime Green. HEX triplet: 32, C5 and 4D. RGB value is (50,197,77). Sum of RGB (Red+Green+Blue) = 50+197+77=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 197 (77.34% from 255 or 60.80% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 197 - color contains mainly: green. Hex color #32C54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C54D is #CD3AB2. Grayscale: #8B8B8B. Windows color (decimal): -13449907 or 5096754. OLE color: 5096754.
HSL color Cylindrical-coordinate representation of color #32C54D: hue angle of 131.02º 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 #32C54D is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 77 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.23 |
| HSL | 131.02º | 0.6% | 0.48% | - |
| HSV(B) | 131.02º | 0.75% | 0.77% | - |
| XYZ | 22.62 | 41.15 | 13.77 | - |
| YUV | 139.37 | 92.8 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 77 | 0.75 | 0 | 0.61 | 0.23 | 131.02 | 0.6 | 0.48 |
| Hex | 32 | C5 | 4D | 4B | 0 | 3D | 17 | 83 | 3C | 30 |
| Octal | 62 | 305 | 115 | 113 | 0 | 75 | 27 | 203 | 74 | 60 |
| Binary | 110010 | 11000101 | 1001101 | 1001011 | 0 | 111101 | 10111 | 10000011 | 111100 | 110000 |
Color Harmonies of #32C54D
Complementary color
Monochromatic Colors of #32C54D
Black with #32C54D
Text Example
Text Example
White with #32C54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C54D; }
p { color: rgb(50,197,77); }
H1.HeaderClassName
{
color: #32C54D;
}
.AnyTagClassName
{
color: #32C54D;
}
</style>
background-color css
<style>
a { background-color: #32C54D; }
a { background-color: rgb(50,197,77); }
div.DivClassName
{
background-color: #32C54D;
}
.BgClassName
{
background-color: #32C54D;
}
</style>
border-color css
<style>
span { border-color: #32C54D; }
span { border-color: rgb(50,197,77); }
td.TdClassName
{
border-color: #32C54D;
}
.TagClassName
{
border-color: #32C54D;
}
</style>