Shades of Lime Green #32B22C
Tints of Lime Green #32B22C
RGB
CMYK
RGB Variations
Color information
#32B22C (or 0x32B22C) is known color: Lime Green. HEX triplet: 32, B2 and 2C. RGB value is (50,178,44). Sum of RGB (Red+Green+Blue) = 50+178+44=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 178 (69.92% from 255 or 65.44% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 178 - color contains mainly: green. Hex color #32B22C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B22C is #CD4DD3. Grayscale: #7C7C7C. Windows color (decimal): -13454804 or 2929202. OLE color: 2929202.
HSL color Cylindrical-coordinate representation of color #32B22C: hue angle of 117.31º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32B22C is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 44 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.30 |
| HSL | 117.31º | 0.6% | 0.44% | - |
| HSV(B) | 117.31º | 0.75% | 0.7% | - |
| XYZ | 17.69 | 32.7 | 7.76 | - |
| YUV | 124.45 | 82.59 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 44 | 0.72 | 0 | 0.75 | 0.30 | 117.31 | 0.6 | 0.44 |
| Hex | 32 | B2 | 2C | 48 | 0 | 4B | 1E | 75 | 3C | 2C |
| Octal | 62 | 262 | 54 | 110 | 0 | 113 | 36 | 165 | 74 | 54 |
| Binary | 110010 | 10110010 | 101100 | 1001000 | 0 | 1001011 | 11110 | 1110101 | 111100 | 101100 |
Color Harmonies of #32B22C
Complementary color
Monochromatic Colors of #32B22C
Black with #32B22C
Text Example
Text Example
White with #32B22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B22C; }
p { color: rgb(50,178,44); }
H1.HeaderClassName
{
color: #32B22C;
}
.AnyTagClassName
{
color: #32B22C;
}
</style>
background-color css
<style>
a { background-color: #32B22C; }
a { background-color: rgb(50,178,44); }
div.DivClassName
{
background-color: #32B22C;
}
.BgClassName
{
background-color: #32B22C;
}
</style>
border-color css
<style>
span { border-color: #32B22C; }
span { border-color: rgb(50,178,44); }
td.TdClassName
{
border-color: #32B22C;
}
.TagClassName
{
border-color: #32B22C;
}
</style>