Shades of Lime Green #32AC2D
Tints of Lime Green #32AC2D
RGB
CMYK
RGB Variations
Color information
#32AC2D (or 0x32AC2D) is known color: Lime Green. HEX triplet: 32, AC and 2D. RGB value is (50,172,45). Sum of RGB (Red+Green+Blue) = 50+172+45=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 172 (67.58% from 255 or 64.42% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AC2D is #CD53D2. Grayscale: #797979. Windows color (decimal): -13456339 or 2993202. OLE color: 2993202.
HSL color Cylindrical-coordinate representation of color #32AC2D: hue angle of 117.64º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32AC2D is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 45 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.33 |
| HSL | 117.64º | 0.59% | 0.43% | - |
| HSV(B) | 117.64º | 0.74% | 0.67% | - |
| XYZ | 16.54 | 30.37 | 7.47 | - |
| YUV | 121.04 | 85.08 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 45 | 0.71 | 0 | 0.74 | 0.33 | 117.64 | 0.59 | 0.43 |
| Hex | 32 | AC | 2D | 47 | 0 | 4A | 21 | 76 | 3B | 2B |
| Octal | 62 | 254 | 55 | 107 | 0 | 112 | 41 | 166 | 73 | 53 |
| Binary | 110010 | 10101100 | 101101 | 1000111 | 0 | 1001010 | 100001 | 1110110 | 111011 | 101011 |
Color Harmonies of #32AC2D
Complementary color
Monochromatic Colors of #32AC2D
Black with #32AC2D
Text Example
Text Example
White with #32AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC2D; }
p { color: rgb(50,172,45); }
H1.HeaderClassName
{
color: #32AC2D;
}
.AnyTagClassName
{
color: #32AC2D;
}
</style>
background-color css
<style>
a { background-color: #32AC2D; }
a { background-color: rgb(50,172,45); }
div.DivClassName
{
background-color: #32AC2D;
}
.BgClassName
{
background-color: #32AC2D;
}
</style>
border-color css
<style>
span { border-color: #32AC2D; }
span { border-color: rgb(50,172,45); }
td.TdClassName
{
border-color: #32AC2D;
}
.TagClassName
{
border-color: #32AC2D;
}
</style>