Shades of Lime Green #32C538
Tints of Lime Green #32C538
RGB
CMYK
RGB Variations
Color information
#32C538 (or 0x32C538) is known color: Lime Green. HEX triplet: 32, C5 and 38. RGB value is (50,197,56). Sum of RGB (Red+Green+Blue) = 50+197+56=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 197 (77.34% from 255 or 65.02% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 197 - color contains mainly: green. Hex color #32C538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C538 is #CD3AC7. Grayscale: #898989. Windows color (decimal): -13449928 or 3720498. OLE color: 3720498.
HSL color Cylindrical-coordinate representation of color #32C538: hue angle of 122.45º 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 #32C538 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 56 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.23 |
| HSL | 122.45º | 0.6% | 0.48% | - |
| HSV(B) | 122.45º | 0.75% | 0.77% | - |
| XYZ | 22 | 40.9 | 10.48 | - |
| YUV | 136.97 | 82.3 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 56 | 0.75 | 0 | 0.72 | 0.23 | 122.45 | 0.6 | 0.48 |
| Hex | 32 | C5 | 38 | 4B | 0 | 48 | 17 | 7A | 3C | 30 |
| Octal | 62 | 305 | 70 | 113 | 0 | 110 | 27 | 172 | 74 | 60 |
| Binary | 110010 | 11000101 | 111000 | 1001011 | 0 | 1001000 | 10111 | 1111010 | 111100 | 110000 |
Color Harmonies of #32C538
Complementary color
Monochromatic Colors of #32C538
Black with #32C538
Text Example
Text Example
White with #32C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C538; }
p { color: rgb(50,197,56); }
H1.HeaderClassName
{
color: #32C538;
}
.AnyTagClassName
{
color: #32C538;
}
</style>
background-color css
<style>
a { background-color: #32C538; }
a { background-color: rgb(50,197,56); }
div.DivClassName
{
background-color: #32C538;
}
.BgClassName
{
background-color: #32C538;
}
</style>
border-color css
<style>
span { border-color: #32C538; }
span { border-color: rgb(50,197,56); }
td.TdClassName
{
border-color: #32C538;
}
.TagClassName
{
border-color: #32C538;
}
</style>