Shades of Lime Green #32AC28
Tints of Lime Green #32AC28
RGB
CMYK
RGB Variations
Color information
#32AC28 (or 0x32AC28) is known color: Lime Green. HEX triplet: 32, AC and 28. RGB value is (50,172,40). Sum of RGB (Red+Green+Blue) = 50+172+40=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 172 (67.58% from 255 or 65.65% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AC28 is #CD53D7. Grayscale: #787878. Windows color (decimal): -13456344 or 2665522. OLE color: 2665522.
HSL color Cylindrical-coordinate representation of color #32AC28: hue angle of 115.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32AC28 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 40 | - |
| CMYK | 0.71 | 0 | 0.77 | 0.33 |
| HSL | 115.45º | 0.62% | 0.42% | - |
| HSV(B) | 115.45º | 0.77% | 0.67% | - |
| XYZ | 16.45 | 30.34 | 7 | - |
| YUV | 120.47 | 82.58 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 40 | 0.71 | 0 | 0.77 | 0.33 | 115.45 | 0.62 | 0.42 |
| Hex | 32 | AC | 28 | 47 | 0 | 4D | 21 | 73 | 3E | 2A |
| Octal | 62 | 254 | 50 | 107 | 0 | 115 | 41 | 163 | 76 | 52 |
| Binary | 110010 | 10101100 | 101000 | 1000111 | 0 | 1001101 | 100001 | 1110011 | 111110 | 101010 |
Color Harmonies of #32AC28
Complementary color
Monochromatic Colors of #32AC28
Black with #32AC28
Text Example
Text Example
White with #32AC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC28; }
p { color: rgb(50,172,40); }
H1.HeaderClassName
{
color: #32AC28;
}
.AnyTagClassName
{
color: #32AC28;
}
</style>
background-color css
<style>
a { background-color: #32AC28; }
a { background-color: rgb(50,172,40); }
div.DivClassName
{
background-color: #32AC28;
}
.BgClassName
{
background-color: #32AC28;
}
</style>
border-color css
<style>
span { border-color: #32AC28; }
span { border-color: rgb(50,172,40); }
td.TdClassName
{
border-color: #32AC28;
}
.TagClassName
{
border-color: #32AC28;
}
</style>