Shades of Lime Green #32AC34
Tints of Lime Green #32AC34
RGB
CMYK
RGB Variations
Color information
#32AC34 (or 0x32AC34) is known color: Lime Green. HEX triplet: 32, AC and 34. RGB value is (50,172,52). Sum of RGB (Red+Green+Blue) = 50+172+52=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 172 (67.58% from 255 or 62.77% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AC34 is #CD53CB. Grayscale: #7A7A7A. Windows color (decimal): -13456332 or 3451954. OLE color: 3451954.
HSL color Cylindrical-coordinate representation of color #32AC34: hue angle of 120.98º 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 #32AC34 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 52 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.33 |
| HSL | 120.98º | 0.55% | 0.44% | - |
| HSV(B) | 120.98º | 0.71% | 0.67% | - |
| XYZ | 16.69 | 30.43 | 8.24 | - |
| YUV | 121.84 | 88.58 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 52 | 0.71 | 0 | 0.70 | 0.33 | 120.98 | 0.55 | 0.44 |
| Hex | 32 | AC | 34 | 47 | 0 | 46 | 21 | 79 | 37 | 2C |
| Octal | 62 | 254 | 64 | 107 | 0 | 106 | 41 | 171 | 67 | 54 |
| Binary | 110010 | 10101100 | 110100 | 1000111 | 0 | 1000110 | 100001 | 1111001 | 110111 | 101100 |
Color Harmonies of #32AC34
Complementary color
Monochromatic Colors of #32AC34
Black with #32AC34
Text Example
Text Example
White with #32AC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC34; }
p { color: rgb(50,172,52); }
H1.HeaderClassName
{
color: #32AC34;
}
.AnyTagClassName
{
color: #32AC34;
}
</style>
background-color css
<style>
a { background-color: #32AC34; }
a { background-color: rgb(50,172,52); }
div.DivClassName
{
background-color: #32AC34;
}
.BgClassName
{
background-color: #32AC34;
}
</style>
border-color css
<style>
span { border-color: #32AC34; }
span { border-color: rgb(50,172,52); }
td.TdClassName
{
border-color: #32AC34;
}
.TagClassName
{
border-color: #32AC34;
}
</style>