Shades of Lime Green #32C422
Tints of Lime Green #32C422
RGB
CMYK
RGB Variations
Color information
#32C422 (or 0x32C422) is known color: Lime Green. HEX triplet: 32, C4 and 22. RGB value is (50,196,34). Sum of RGB (Red+Green+Blue) = 50+196+34=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 196 (76.95% from 255 or 70% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 196 - color contains mainly: green. Hex color #32C422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C422 is #CD3BDD. Grayscale: #868686. Windows color (decimal): -13450206 or 2278450. OLE color: 2278450.
HSL color Cylindrical-coordinate representation of color #32C422: hue angle of 114.07º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32C422 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 50 | 196 | 34 | - |
| CMYK | 0.74 | 0 | 0.83 | 0.23 |
| HSL | 114.07º | 0.7% | 0.45% | - |
| HSV(B) | 114.07º | 0.83% | 0.77% | - |
| XYZ | 21.34 | 40.27 | 8.16 | - |
| YUV | 133.88 | 71.63 | 68.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 196 | 34 | 0.74 | 0 | 0.83 | 0.23 | 114.07 | 0.7 | 0.45 |
| Hex | 32 | C4 | 22 | 4A | 0 | 53 | 17 | 72 | 46 | 2D |
| Octal | 62 | 304 | 42 | 112 | 0 | 123 | 27 | 162 | 106 | 55 |
| Binary | 110010 | 11000100 | 100010 | 1001010 | 0 | 1010011 | 10111 | 1110010 | 1000110 | 101101 |
Color Harmonies of #32C422
Complementary color
Monochromatic Colors of #32C422
Black with #32C422
Text Example
Text Example
White with #32C422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32C422; }
p { color: rgb(50,196,34); }
H1.HeaderClassName
{
color: #32C422;
}
.AnyTagClassName
{
color: #32C422;
}
</style>
background-color css
<style>
a { background-color: #32C422; }
a { background-color: rgb(50,196,34); }
div.DivClassName
{
background-color: #32C422;
}
.BgClassName
{
background-color: #32C422;
}
</style>
border-color css
<style>
span { border-color: #32C422; }
span { border-color: rgb(50,196,34); }
td.TdClassName
{
border-color: #32C422;
}
.TagClassName
{
border-color: #32C422;
}
</style>