Shades of Lime Green #32C53A
Tints of Lime Green #32C53A
RGB
CMYK
RGB Variations
Color information
#32C53A (or 0x32C53A) is known color: Lime Green. HEX triplet: 32, C5 and 3A. RGB value is (50,197,58). Sum of RGB (Red+Green+Blue) = 50+197+58=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #32C53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C53A is #CD3AC5. Grayscale: #898989. Windows color (decimal): -13449926 or 3851570. OLE color: 3851570.
HSL color Cylindrical-coordinate representation of color #32C53A: hue angle of 123.27º 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 #32C53A is Cyan = 0.75, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 197 | 58 | - |
| CMYK | 0.75 | 0 | 0.71 | 0.23 |
| HSL | 123.27º | 0.6% | 0.48% | - |
| HSV(B) | 123.27º | 0.75% | 0.77% | - |
| XYZ | 22.05 | 40.92 | 10.74 | - |
| YUV | 137.2 | 83.3 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 197 | 58 | 0.75 | 0 | 0.71 | 0.23 | 123.27 | 0.6 | 0.48 |
| Hex | 32 | C5 | 3A | 4B | 0 | 47 | 17 | 7B | 3C | 30 |
| Octal | 62 | 305 | 72 | 113 | 0 | 107 | 27 | 173 | 74 | 60 |
| Binary | 110010 | 11000101 | 111010 | 1001011 | 0 | 1000111 | 10111 | 1111011 | 111100 | 110000 |
Color Harmonies of #32C53A
Complementary color
Monochromatic Colors of #32C53A
Black with #32C53A
Text Example
Text Example
White with #32C53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C53A; }
p { color: rgb(50,197,58); }
H1.HeaderClassName
{
color: #32C53A;
}
.AnyTagClassName
{
color: #32C53A;
}
</style>
background-color css
<style>
a { background-color: #32C53A; }
a { background-color: rgb(50,197,58); }
div.DivClassName
{
background-color: #32C53A;
}
.BgClassName
{
background-color: #32C53A;
}
</style>
border-color css
<style>
span { border-color: #32C53A; }
span { border-color: rgb(50,197,58); }
td.TdClassName
{
border-color: #32C53A;
}
.TagClassName
{
border-color: #32C53A;
}
</style>