Shades of Lime Green #32AF22
Tints of Lime Green #32AF22
RGB
CMYK
RGB Variations
Color information
#32AF22 (or 0x32AF22) is known color: Lime Green. HEX triplet: 32, AF and 22. RGB value is (50,175,34). Sum of RGB (Red+Green+Blue) = 50+175+34=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 175 (68.75% from 255 or 67.57% from 259); Blue value is 34 (13.67% from 255 or 13.13% from 259); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF22 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF22 is #CD50DD. Grayscale: #797979. Windows color (decimal): -13455582 or 2273074. OLE color: 2273074.
HSL color Cylindrical-coordinate representation of color #32AF22: hue angle of 113.19º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32AF22 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 34 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.31 |
| HSL | 113.19º | 0.67% | 0.41% | - |
| HSV(B) | 113.19º | 0.81% | 0.69% | - |
| XYZ | 16.93 | 31.45 | 6.69 | - |
| YUV | 121.55 | 78.59 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 34 | 0.71 | 0 | 0.81 | 0.31 | 113.19 | 0.67 | 0.41 |
| Hex | 32 | AF | 22 | 47 | 0 | 51 | 1F | 71 | 43 | 29 |
| Octal | 62 | 257 | 42 | 107 | 0 | 121 | 37 | 161 | 103 | 51 |
| Binary | 110010 | 10101111 | 100010 | 1000111 | 0 | 1010001 | 11111 | 1110001 | 1000011 | 101001 |
Color Harmonies of #32AF22
Complementary color
Monochromatic Colors of #32AF22
Black with #32AF22
Text Example
Text Example
White with #32AF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF22; }
p { color: rgb(50,175,34); }
H1.HeaderClassName
{
color: #32AF22;
}
.AnyTagClassName
{
color: #32AF22;
}
</style>
background-color css
<style>
a { background-color: #32AF22; }
a { background-color: rgb(50,175,34); }
div.DivClassName
{
background-color: #32AF22;
}
.BgClassName
{
background-color: #32AF22;
}
</style>
border-color css
<style>
span { border-color: #32AF22; }
span { border-color: rgb(50,175,34); }
td.TdClassName
{
border-color: #32AF22;
}
.TagClassName
{
border-color: #32AF22;
}
</style>