Shades of Lime Green #32C542
Tints of Lime Green #32C542
RGB
CMYK
RGB Variations
Color information
#32C542 (or 0x32C542) is known color: Lime Green. HEX triplet: 32, C5 and 42. RGB value is (50,197,66). Sum of RGB (Red+Green+Blue) = 50+197+66=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 197 (77.34% from 255 or 62.94% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 197 - color contains mainly: green. Hex color #32C542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C542 is #CD3ABD. Grayscale: #8A8A8A. Windows color (decimal): -13449918 or 4375858. OLE color: 4375858.
HSL color Cylindrical-coordinate representation of color #32C542: hue angle of 126.53º 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 #32C542 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 66 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.23 |
| HSL | 126.53º | 0.6% | 0.48% | - |
| HSV(B) | 126.53º | 0.75% | 0.77% | - |
| XYZ | 22.27 | 41 | 11.9 | - |
| YUV | 138.11 | 87.3 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 66 | 0.75 | 0 | 0.66 | 0.23 | 126.53 | 0.6 | 0.48 |
| Hex | 32 | C5 | 42 | 4B | 0 | 42 | 17 | 7F | 3C | 30 |
| Octal | 62 | 305 | 102 | 113 | 0 | 102 | 27 | 177 | 74 | 60 |
| Binary | 110010 | 11000101 | 1000010 | 1001011 | 0 | 1000010 | 10111 | 1111111 | 111100 | 110000 |
Color Harmonies of #32C542
Complementary color
Monochromatic Colors of #32C542
Black with #32C542
Text Example
Text Example
White with #32C542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C542; }
p { color: rgb(50,197,66); }
H1.HeaderClassName
{
color: #32C542;
}
.AnyTagClassName
{
color: #32C542;
}
</style>
background-color css
<style>
a { background-color: #32C542; }
a { background-color: rgb(50,197,66); }
div.DivClassName
{
background-color: #32C542;
}
.BgClassName
{
background-color: #32C542;
}
</style>
border-color css
<style>
span { border-color: #32C542; }
span { border-color: rgb(50,197,66); }
td.TdClassName
{
border-color: #32C542;
}
.TagClassName
{
border-color: #32C542;
}
</style>