Shades of Lime Green #32C53F
Tints of Lime Green #32C53F
RGB
CMYK
RGB Variations
Color information
#32C53F (or 0x32C53F) is known color: Lime Green. HEX triplet: 32, C5 and 3F. RGB value is (50,197,63). Sum of RGB (Red+Green+Blue) = 50+197+63=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 197 (77.34% from 255 or 63.55% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 197 - color contains mainly: green. Hex color #32C53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C53F is #CD3AC0. Grayscale: #8A8A8A. Windows color (decimal): -13449921 or 4179250. OLE color: 4179250.
HSL color Cylindrical-coordinate representation of color #32C53F: hue angle of 125.31º 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 #32C53F is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 63 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.23 |
| HSL | 125.31º | 0.6% | 0.48% | - |
| HSV(B) | 125.31º | 0.75% | 0.77% | - |
| XYZ | 22.18 | 40.97 | 11.44 | - |
| YUV | 137.77 | 85.8 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 63 | 0.75 | 0 | 0.68 | 0.23 | 125.31 | 0.6 | 0.48 |
| Hex | 32 | C5 | 3F | 4B | 0 | 44 | 17 | 7D | 3C | 30 |
| Octal | 62 | 305 | 77 | 113 | 0 | 104 | 27 | 175 | 74 | 60 |
| Binary | 110010 | 11000101 | 111111 | 1001011 | 0 | 1000100 | 10111 | 1111101 | 111100 | 110000 |
Color Harmonies of #32C53F
Complementary color
Monochromatic Colors of #32C53F
Black with #32C53F
Text Example
Text Example
White with #32C53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C53F; }
p { color: rgb(50,197,63); }
H1.HeaderClassName
{
color: #32C53F;
}
.AnyTagClassName
{
color: #32C53F;
}
</style>
background-color css
<style>
a { background-color: #32C53F; }
a { background-color: rgb(50,197,63); }
div.DivClassName
{
background-color: #32C53F;
}
.BgClassName
{
background-color: #32C53F;
}
</style>
border-color css
<style>
span { border-color: #32C53F; }
span { border-color: rgb(50,197,63); }
td.TdClassName
{
border-color: #32C53F;
}
.TagClassName
{
border-color: #32C53F;
}
</style>