Shades of Lime Green #32C24E
Tints of Lime Green #32C24E
RGB
CMYK
RGB Variations
Color information
#32C24E (or 0x32C24E) is known color: Lime Green. HEX triplet: 32, C2 and 4E. RGB value is (50,194,78). Sum of RGB (Red+Green+Blue) = 50+194+78=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #32C24E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32C24E is #CD3DB1. Grayscale: #8A8A8A. Windows color (decimal): -13450674 or 5161522. OLE color: 5161522.
HSL color Cylindrical-coordinate representation of color #32C24E: hue angle of 131.67º 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 #32C24E is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 194 | 78 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.24 |
| HSL | 131.67º | 0.59% | 0.48% | - |
| HSV(B) | 131.67º | 0.74% | 0.76% | - |
| XYZ | 21.98 | 39.81 | 13.73 | - |
| YUV | 137.72 | 94.29 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 194 | 78 | 0.74 | 0 | 0.60 | 0.24 | 131.67 | 0.59 | 0.48 |
| Hex | 32 | C2 | 4E | 4A | 0 | 3C | 18 | 84 | 3B | 30 |
| Octal | 62 | 302 | 116 | 112 | 0 | 74 | 30 | 204 | 73 | 60 |
| Binary | 110010 | 11000010 | 1001110 | 1001010 | 0 | 111100 | 11000 | 10000100 | 111011 | 110000 |
Color Harmonies of #32C24E
Complementary color
Monochromatic Colors of #32C24E
Black with #32C24E
Text Example
Text Example
White with #32C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C24E; }
p { color: rgb(50,194,78); }
H1.HeaderClassName
{
color: #32C24E;
}
.AnyTagClassName
{
color: #32C24E;
}
</style>
background-color css
<style>
a { background-color: #32C24E; }
a { background-color: rgb(50,194,78); }
div.DivClassName
{
background-color: #32C24E;
}
.BgClassName
{
background-color: #32C24E;
}
</style>
border-color css
<style>
span { border-color: #32C24E; }
span { border-color: rgb(50,194,78); }
td.TdClassName
{
border-color: #32C24E;
}
.TagClassName
{
border-color: #32C24E;
}
</style>