Shades of Lime Green #32C12A
Tints of Lime Green #32C12A
RGB
CMYK
RGB Variations
Color information
#32C12A (or 0x32C12A) is known color: Lime Green. HEX triplet: 32, C1 and 2A. RGB value is (50,193,42). Sum of RGB (Red+Green+Blue) = 50+193+42=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 193 (75.78% from 255 or 67.72% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 193 - color contains mainly: green. Hex color #32C12A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C12A is #CD3ED5. Grayscale: #858585. Windows color (decimal): -13450966 or 2801970. OLE color: 2801970.
HSL color Cylindrical-coordinate representation of color #32C12A: hue angle of 116.82º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32C12A is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 193 | 42 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.24 |
| HSL | 116.82º | 0.64% | 0.46% | - |
| HSV(B) | 116.82º | 0.78% | 0.76% | - |
| XYZ | 20.8 | 38.99 | 8.62 | - |
| YUV | 133.03 | 76.62 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 193 | 42 | 0.74 | 0 | 0.78 | 0.24 | 116.82 | 0.64 | 0.46 |
| Hex | 32 | C1 | 2A | 4A | 0 | 4E | 18 | 75 | 40 | 2E |
| Octal | 62 | 301 | 52 | 112 | 0 | 116 | 30 | 165 | 100 | 56 |
| Binary | 110010 | 11000001 | 101010 | 1001010 | 0 | 1001110 | 11000 | 1110101 | 1000000 | 101110 |
Color Harmonies of #32C12A
Complementary color
Monochromatic Colors of #32C12A
Black with #32C12A
Text Example
Text Example
White with #32C12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C12A; }
p { color: rgb(50,193,42); }
H1.HeaderClassName
{
color: #32C12A;
}
.AnyTagClassName
{
color: #32C12A;
}
</style>
background-color css
<style>
a { background-color: #32C12A; }
a { background-color: rgb(50,193,42); }
div.DivClassName
{
background-color: #32C12A;
}
.BgClassName
{
background-color: #32C12A;
}
</style>
border-color css
<style>
span { border-color: #32C12A; }
span { border-color: rgb(50,193,42); }
td.TdClassName
{
border-color: #32C12A;
}
.TagClassName
{
border-color: #32C12A;
}
</style>