Shades of Lime Green #32C54F
Tints of Lime Green #32C54F
RGB
CMYK
RGB Variations
Color information
#32C54F (or 0x32C54F) is known color: Lime Green. HEX triplet: 32, C5 and 4F. RGB value is (50,197,79). Sum of RGB (Red+Green+Blue) = 50+197+79=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #32C54F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C54F is #CD3AB0. Grayscale: #8B8B8B. Windows color (decimal): -13449905 or 5227826. OLE color: 5227826.
HSL color Cylindrical-coordinate representation of color #32C54F: hue angle of 131.84º 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 #32C54F is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 79 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.23 |
| HSL | 131.84º | 0.6% | 0.48% | - |
| HSV(B) | 131.84º | 0.75% | 0.77% | - |
| XYZ | 22.69 | 41.18 | 14.15 | - |
| YUV | 139.6 | 93.8 | 64.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 79 | 0.75 | 0 | 0.60 | 0.23 | 131.84 | 0.6 | 0.48 |
| Hex | 32 | C5 | 4F | 4B | 0 | 3C | 17 | 84 | 3C | 30 |
| Octal | 62 | 305 | 117 | 113 | 0 | 74 | 27 | 204 | 74 | 60 |
| Binary | 110010 | 11000101 | 1001111 | 1001011 | 0 | 111100 | 10111 | 10000100 | 111100 | 110000 |
Color Harmonies of #32C54F
Complementary color
Monochromatic Colors of #32C54F
Black with #32C54F
Text Example
Text Example
White with #32C54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C54F; }
p { color: rgb(50,197,79); }
H1.HeaderClassName
{
color: #32C54F;
}
.AnyTagClassName
{
color: #32C54F;
}
</style>
background-color css
<style>
a { background-color: #32C54F; }
a { background-color: rgb(50,197,79); }
div.DivClassName
{
background-color: #32C54F;
}
.BgClassName
{
background-color: #32C54F;
}
</style>
border-color css
<style>
span { border-color: #32C54F; }
span { border-color: rgb(50,197,79); }
td.TdClassName
{
border-color: #32C54F;
}
.TagClassName
{
border-color: #32C54F;
}
</style>