Shades of Lime Green #32C24D
Tints of Lime Green #32C24D
RGB
CMYK
RGB Variations
Color information
#32C24D (or 0x32C24D) is known color: Lime Green. HEX triplet: 32, C2 and 4D. RGB value is (50,194,77). Sum of RGB (Red+Green+Blue) = 50+194+77=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #32C24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C24D is #CD3DB2. Grayscale: #898989. Windows color (decimal): -13450675 or 5095986. OLE color: 5095986.
HSL color Cylindrical-coordinate representation of color #32C24D: hue angle of 131.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C24D is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 77 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.24 |
| HSL | 131.25º | 0.59% | 0.48% | - |
| HSV(B) | 131.25º | 0.74% | 0.76% | - |
| XYZ | 21.95 | 39.8 | 13.55 | - |
| YUV | 137.61 | 93.79 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 77 | 0.74 | 0 | 0.60 | 0.24 | 131.25 | 0.59 | 0.48 |
| Hex | 32 | C2 | 4D | 4A | 0 | 3C | 18 | 83 | 3B | 30 |
| Octal | 62 | 302 | 115 | 112 | 0 | 74 | 30 | 203 | 73 | 60 |
| Binary | 110010 | 11000010 | 1001101 | 1001010 | 0 | 111100 | 11000 | 10000011 | 111011 | 110000 |
Color Harmonies of #32C24D
Complementary color
Monochromatic Colors of #32C24D
Black with #32C24D
Text Example
Text Example
White with #32C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C24D; }
p { color: rgb(50,194,77); }
H1.HeaderClassName
{
color: #32C24D;
}
.AnyTagClassName
{
color: #32C24D;
}
</style>
background-color css
<style>
a { background-color: #32C24D; }
a { background-color: rgb(50,194,77); }
div.DivClassName
{
background-color: #32C24D;
}
.BgClassName
{
background-color: #32C24D;
}
</style>
border-color css
<style>
span { border-color: #32C24D; }
span { border-color: rgb(50,194,77); }
td.TdClassName
{
border-color: #32C24D;
}
.TagClassName
{
border-color: #32C24D;
}
</style>