Shades of Lime Green #32AC3A
Tints of Lime Green #32AC3A
RGB
CMYK
RGB Variations
Color information
#32AC3A (or 0x32AC3A) is known color: Lime Green. HEX triplet: 32, AC and 3A. RGB value is (50,172,58). Sum of RGB (Red+Green+Blue) = 50+172+58=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 172 (67.58% from 255 or 61.43% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AC3A is #CD53C5. Grayscale: #7A7A7A. Windows color (decimal): -13456326 or 3845170. OLE color: 3845170.
HSL color Cylindrical-coordinate representation of color #32AC3A: hue angle of 123.93º 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 #32AC3A is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 58 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.33 |
| HSL | 123.93º | 0.55% | 0.44% | - |
| HSV(B) | 123.93º | 0.71% | 0.67% | - |
| XYZ | 16.83 | 30.49 | 9 | - |
| YUV | 122.53 | 91.58 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 58 | 0.71 | 0 | 0.66 | 0.33 | 123.93 | 0.55 | 0.44 |
| Hex | 32 | AC | 3A | 47 | 0 | 42 | 21 | 7C | 37 | 2C |
| Octal | 62 | 254 | 72 | 107 | 0 | 102 | 41 | 174 | 67 | 54 |
| Binary | 110010 | 10101100 | 111010 | 1000111 | 0 | 1000010 | 100001 | 1111100 | 110111 | 101100 |
Color Harmonies of #32AC3A
Complementary color
Monochromatic Colors of #32AC3A
Black with #32AC3A
Text Example
Text Example
White with #32AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC3A; }
p { color: rgb(50,172,58); }
H1.HeaderClassName
{
color: #32AC3A;
}
.AnyTagClassName
{
color: #32AC3A;
}
</style>
background-color css
<style>
a { background-color: #32AC3A; }
a { background-color: rgb(50,172,58); }
div.DivClassName
{
background-color: #32AC3A;
}
.BgClassName
{
background-color: #32AC3A;
}
</style>
border-color css
<style>
span { border-color: #32AC3A; }
span { border-color: rgb(50,172,58); }
td.TdClassName
{
border-color: #32AC3A;
}
.TagClassName
{
border-color: #32AC3A;
}
</style>