Shades of Lime Green #32C036
Tints of Lime Green #32C036
RGB
CMYK
RGB Variations
Color information
#32C036 (or 0x32C036) is known color: Lime Green. HEX triplet: 32, C0 and 36. RGB value is (50,192,54). Sum of RGB (Red+Green+Blue) = 50+192+54=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #32C036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C036 is #CD3FC9. Grayscale: #868686. Windows color (decimal): -13451210 or 3588146. OLE color: 3588146.
HSL color Cylindrical-coordinate representation of color #32C036: hue angle of 121.69º 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 #32C036 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 192 | 54 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.25 |
| HSL | 121.69º | 0.59% | 0.47% | - |
| HSV(B) | 121.69º | 0.74% | 0.75% | - |
| XYZ | 20.83 | 38.64 | 9.85 | - |
| YUV | 133.81 | 82.96 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 192 | 54 | 0.74 | 0 | 0.72 | 0.25 | 121.69 | 0.59 | 0.47 |
| Hex | 32 | C0 | 36 | 4A | 0 | 48 | 19 | 7A | 3B | 2F |
| Octal | 62 | 300 | 66 | 112 | 0 | 110 | 31 | 172 | 73 | 57 |
| Binary | 110010 | 11000000 | 110110 | 1001010 | 0 | 1001000 | 11001 | 1111010 | 111011 | 101111 |
Color Harmonies of #32C036
Complementary color
Monochromatic Colors of #32C036
Black with #32C036
Text Example
Text Example
White with #32C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C036; }
p { color: rgb(50,192,54); }
H1.HeaderClassName
{
color: #32C036;
}
.AnyTagClassName
{
color: #32C036;
}
</style>
background-color css
<style>
a { background-color: #32C036; }
a { background-color: rgb(50,192,54); }
div.DivClassName
{
background-color: #32C036;
}
.BgClassName
{
background-color: #32C036;
}
</style>
border-color css
<style>
span { border-color: #32C036; }
span { border-color: rgb(50,192,54); }
td.TdClassName
{
border-color: #32C036;
}
.TagClassName
{
border-color: #32C036;
}
</style>