Shades of Lime Green #32C24B
Tints of Lime Green #32C24B
RGB
CMYK
RGB Variations
Color information
#32C24B (or 0x32C24B) is known color: Lime Green. HEX triplet: 32, C2 and 4B. RGB value is (50,194,75). Sum of RGB (Red+Green+Blue) = 50+194+75=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #32C24B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C24B is #CD3DB4. Grayscale: #898989. Windows color (decimal): -13450677 or 4964914. OLE color: 4964914.
HSL color Cylindrical-coordinate representation of color #32C24B: hue angle of 130.42º 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 #32C24B is Cyan = 0.74, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 75 | - |
| CMYK | 0.74 | 0 | 0.61 | 0.24 |
| HSL | 130.42º | 0.59% | 0.48% | - |
| HSV(B) | 130.42º | 0.74% | 0.76% | - |
| XYZ | 21.88 | 39.77 | 13.18 | - |
| YUV | 137.38 | 92.79 | 65.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 75 | 0.74 | 0 | 0.61 | 0.24 | 130.42 | 0.59 | 0.48 |
| Hex | 32 | C2 | 4B | 4A | 0 | 3D | 18 | 82 | 3B | 30 |
| Octal | 62 | 302 | 113 | 112 | 0 | 75 | 30 | 202 | 73 | 60 |
| Binary | 110010 | 11000010 | 1001011 | 1001010 | 0 | 111101 | 11000 | 10000010 | 111011 | 110000 |
Color Harmonies of #32C24B
Complementary color
Monochromatic Colors of #32C24B
Black with #32C24B
Text Example
Text Example
White with #32C24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C24B; }
p { color: rgb(50,194,75); }
H1.HeaderClassName
{
color: #32C24B;
}
.AnyTagClassName
{
color: #32C24B;
}
</style>
background-color css
<style>
a { background-color: #32C24B; }
a { background-color: rgb(50,194,75); }
div.DivClassName
{
background-color: #32C24B;
}
.BgClassName
{
background-color: #32C24B;
}
</style>
border-color css
<style>
span { border-color: #32C24B; }
span { border-color: rgb(50,194,75); }
td.TdClassName
{
border-color: #32C24B;
}
.TagClassName
{
border-color: #32C24B;
}
</style>