Shades of Lime Green #32AC26
Tints of Lime Green #32AC26
RGB
CMYK
RGB Variations
Color information
#32AC26 (or 0x32AC26) is known color: Lime Green. HEX triplet: 32, AC and 26. RGB value is (50,172,38). Sum of RGB (Red+Green+Blue) = 50+172+38=260 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.23% from 260); Green value is 172 (67.58% from 255 or 66.15% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC26 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AC26 is #CD53D9. Grayscale: #787878. Windows color (decimal): -13456346 or 2534450. OLE color: 2534450.
HSL color Cylindrical-coordinate representation of color #32AC26: hue angle of 114.63º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32AC26 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 38 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.33 |
| HSL | 114.63º | 0.64% | 0.41% | - |
| HSV(B) | 114.63º | 0.78% | 0.67% | - |
| XYZ | 16.42 | 30.32 | 6.82 | - |
| YUV | 120.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 38 | 0.71 | 0 | 0.78 | 0.33 | 114.63 | 0.64 | 0.41 |
| Hex | 32 | AC | 26 | 47 | 0 | 4E | 21 | 73 | 40 | 29 |
| Octal | 62 | 254 | 46 | 107 | 0 | 116 | 41 | 163 | 100 | 51 |
| Binary | 110010 | 10101100 | 100110 | 1000111 | 0 | 1001110 | 100001 | 1110011 | 1000000 | 101001 |
Color Harmonies of #32AC26
Complementary color
Monochromatic Colors of #32AC26
Black with #32AC26
Text Example
Text Example
White with #32AC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC26; }
p { color: rgb(50,172,38); }
H1.HeaderClassName
{
color: #32AC26;
}
.AnyTagClassName
{
color: #32AC26;
}
</style>
background-color css
<style>
a { background-color: #32AC26; }
a { background-color: rgb(50,172,38); }
div.DivClassName
{
background-color: #32AC26;
}
.BgClassName
{
background-color: #32AC26;
}
</style>
border-color css
<style>
span { border-color: #32AC26; }
span { border-color: rgb(50,172,38); }
td.TdClassName
{
border-color: #32AC26;
}
.TagClassName
{
border-color: #32AC26;
}
</style>