Shades of Lime Green #32AA2B
Tints of Lime Green #32AA2B
RGB
CMYK
RGB Variations
Color information
#32AA2B (or 0x32AA2B) is known color: Lime Green. HEX triplet: 32, AA and 2B. RGB value is (50,170,43). Sum of RGB (Red+Green+Blue) = 50+170+43=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA2B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AA2B is #CD55D4. Grayscale: #787878. Windows color (decimal): -13456853 or 2861618. OLE color: 2861618.
HSL color Cylindrical-coordinate representation of color #32AA2B: hue angle of 116.69º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32AA2B is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 43 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.33 |
| HSL | 116.69º | 0.6% | 0.42% | - |
| HSV(B) | 116.69º | 0.75% | 0.67% | - |
| XYZ | 16.13 | 29.6 | 7.15 | - |
| YUV | 119.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 43 | 0.71 | 0 | 0.75 | 0.33 | 116.69 | 0.6 | 0.42 |
| Hex | 32 | AA | 2B | 47 | 0 | 4B | 21 | 75 | 3C | 2A |
| Octal | 62 | 252 | 53 | 107 | 0 | 113 | 41 | 165 | 74 | 52 |
| Binary | 110010 | 10101010 | 101011 | 1000111 | 0 | 1001011 | 100001 | 1110101 | 111100 | 101010 |
Color Harmonies of #32AA2B
Complementary color
Monochromatic Colors of #32AA2B
Black with #32AA2B
Text Example
Text Example
White with #32AA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA2B; }
p { color: rgb(50,170,43); }
H1.HeaderClassName
{
color: #32AA2B;
}
.AnyTagClassName
{
color: #32AA2B;
}
</style>
background-color css
<style>
a { background-color: #32AA2B; }
a { background-color: rgb(50,170,43); }
div.DivClassName
{
background-color: #32AA2B;
}
.BgClassName
{
background-color: #32AA2B;
}
</style>
border-color css
<style>
span { border-color: #32AA2B; }
span { border-color: rgb(50,170,43); }
td.TdClassName
{
border-color: #32AA2B;
}
.TagClassName
{
border-color: #32AA2B;
}
</style>