Shades of Lime Green #32AC36
Tints of Lime Green #32AC36
RGB
CMYK
RGB Variations
Color information
#32AC36 (or 0x32AC36) is known color: Lime Green. HEX triplet: 32, AC and 36. RGB value is (50,172,54). Sum of RGB (Red+Green+Blue) = 50+172+54=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 172 (67.58% from 255 or 62.32% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AC36 is #CD53C9. Grayscale: #7A7A7A. Windows color (decimal): -13456330 or 3583026. OLE color: 3583026.
HSL color Cylindrical-coordinate representation of color #32AC36: hue angle of 121.97º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AC36 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 54 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.33 |
| HSL | 121.97º | 0.55% | 0.44% | - |
| HSV(B) | 121.97º | 0.71% | 0.67% | - |
| XYZ | 16.73 | 30.45 | 8.49 | - |
| YUV | 122.07 | 89.58 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 54 | 0.71 | 0 | 0.69 | 0.33 | 121.97 | 0.55 | 0.44 |
| Hex | 32 | AC | 36 | 47 | 0 | 45 | 21 | 7A | 37 | 2C |
| Octal | 62 | 254 | 66 | 107 | 0 | 105 | 41 | 172 | 67 | 54 |
| Binary | 110010 | 10101100 | 110110 | 1000111 | 0 | 1000101 | 100001 | 1111010 | 110111 | 101100 |
Color Harmonies of #32AC36
Complementary color
Monochromatic Colors of #32AC36
Black with #32AC36
Text Example
Text Example
White with #32AC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC36; }
p { color: rgb(50,172,54); }
H1.HeaderClassName
{
color: #32AC36;
}
.AnyTagClassName
{
color: #32AC36;
}
</style>
background-color css
<style>
a { background-color: #32AC36; }
a { background-color: rgb(50,172,54); }
div.DivClassName
{
background-color: #32AC36;
}
.BgClassName
{
background-color: #32AC36;
}
</style>
border-color css
<style>
span { border-color: #32AC36; }
span { border-color: rgb(50,172,54); }
td.TdClassName
{
border-color: #32AC36;
}
.TagClassName
{
border-color: #32AC36;
}
</style>