Shades of Lime Green #32BC22
Tints of Lime Green #32BC22
RGB
CMYK
RGB Variations
Color information
#32BC22 (or 0x32BC22) is known color: Lime Green. HEX triplet: 32, BC and 22. RGB value is (50,188,34). Sum of RGB (Red+Green+Blue) = 50+188+34=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 188 (73.83% from 255 or 69.12% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC22 is #CD43DD. Grayscale: #818181. Windows color (decimal): -13452254 or 2276402. OLE color: 2276402.
HSL color Cylindrical-coordinate representation of color #32BC22: hue angle of 113.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32BC22 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 34 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.26 |
| HSL | 113.77º | 0.69% | 0.44% | - |
| HSV(B) | 113.77º | 0.82% | 0.74% | - |
| XYZ | 19.59 | 36.76 | 7.58 | - |
| YUV | 129.18 | 74.28 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 34 | 0.73 | 0 | 0.82 | 0.26 | 113.77 | 0.69 | 0.44 |
| Hex | 32 | BC | 22 | 49 | 0 | 52 | 1A | 72 | 45 | 2C |
| Octal | 62 | 274 | 42 | 111 | 0 | 122 | 32 | 162 | 105 | 54 |
| Binary | 110010 | 10111100 | 100010 | 1001001 | 0 | 1010010 | 11010 | 1110010 | 1000101 | 101100 |
Color Harmonies of #32BC22
Complementary color
Monochromatic Colors of #32BC22
Black with #32BC22
Text Example
Text Example
White with #32BC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC22; }
p { color: rgb(50,188,34); }
H1.HeaderClassName
{
color: #32BC22;
}
.AnyTagClassName
{
color: #32BC22;
}
</style>
background-color css
<style>
a { background-color: #32BC22; }
a { background-color: rgb(50,188,34); }
div.DivClassName
{
background-color: #32BC22;
}
.BgClassName
{
background-color: #32BC22;
}
</style>
border-color css
<style>
span { border-color: #32BC22; }
span { border-color: rgb(50,188,34); }
td.TdClassName
{
border-color: #32BC22;
}
.TagClassName
{
border-color: #32BC22;
}
</style>