Shades of Lime Green #32C046
Tints of Lime Green #32C046
RGB
CMYK
RGB Variations
Color information
#32C046 (or 0x32C046) is known color: Lime Green. HEX triplet: 32, C0 and 46. RGB value is (50,192,70). Sum of RGB (Red+Green+Blue) = 50+192+70=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #32C046 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C046 is #CD3FB9. Grayscale: #878787. Windows color (decimal): -13451194 or 4636722. OLE color: 4636722.
HSL color Cylindrical-coordinate representation of color #32C046: hue angle of 128.45º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32C046 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 70 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.25 |
| HSL | 128.45º | 0.59% | 0.47% | - |
| HSV(B) | 128.45º | 0.74% | 0.75% | - |
| XYZ | 21.27 | 38.82 | 12.17 | - |
| YUV | 135.63 | 90.96 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 70 | 0.74 | 0 | 0.64 | 0.25 | 128.45 | 0.59 | 0.47 |
| Hex | 32 | C0 | 46 | 4A | 0 | 40 | 19 | 80 | 3B | 2F |
| Octal | 62 | 300 | 106 | 112 | 0 | 100 | 31 | 200 | 73 | 57 |
| Binary | 110010 | 11000000 | 1000110 | 1001010 | 0 | 1000000 | 11001 | 10000000 | 111011 | 101111 |
Color Harmonies of #32C046
Complementary color
Monochromatic Colors of #32C046
Black with #32C046
Text Example
Text Example
White with #32C046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C046; }
p { color: rgb(50,192,70); }
H1.HeaderClassName
{
color: #32C046;
}
.AnyTagClassName
{
color: #32C046;
}
</style>
background-color css
<style>
a { background-color: #32C046; }
a { background-color: rgb(50,192,70); }
div.DivClassName
{
background-color: #32C046;
}
.BgClassName
{
background-color: #32C046;
}
</style>
border-color css
<style>
span { border-color: #32C046; }
span { border-color: rgb(50,192,70); }
td.TdClassName
{
border-color: #32C046;
}
.TagClassName
{
border-color: #32C046;
}
</style>