Shades of Lime Green #22AE32
Tints of Lime Green #22AE32
RGB
CMYK
RGB Variations
Color information
#22AE32 (or 0x22AE32) is known color: Lime Green. HEX triplet: 22, AE and 32. RGB value is (34,174,50). Sum of RGB (Red+Green+Blue) = 34+174+50=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 174 (68.36% from 255 or 67.44% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 174 - color contains mainly: green. Hex color #22AE32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22AE32 is #DD51CD. Grayscale: #767676. Windows color (decimal): -14504398 or 3321378. OLE color: 3321378.
HSL color Cylindrical-coordinate representation of color #22AE32: hue angle of 126.86º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #22AE32 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 34 | 174 | 50 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.32 |
| HSL | 126.86º | 0.67% | 0.41% | - |
| HSV(B) | 126.86º | 0.8% | 0.68% | - |
| XYZ | 16.37 | 30.84 | 8.11 | - |
| YUV | 118 | 89.62 | 68.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 174 | 50 | 0.80 | 0 | 0.71 | 0.32 | 126.86 | 0.67 | 0.41 |
| Hex | 22 | AE | 32 | 50 | 0 | 47 | 20 | 7F | 43 | 29 |
| Octal | 42 | 256 | 62 | 120 | 0 | 107 | 40 | 177 | 103 | 51 |
| Binary | 100010 | 10101110 | 110010 | 1010000 | 0 | 1000111 | 100000 | 1111111 | 1000011 | 101001 |
Color Harmonies of #22AE32
Complementary color
Monochromatic Colors of #22AE32
Black with #22AE32
Text Example
Text Example
White with #22AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AE32; }
p { color: rgb(34,174,50); }
H1.HeaderClassName
{
color: #22AE32;
}
.AnyTagClassName
{
color: #22AE32;
}
</style>
background-color css
<style>
a { background-color: #22AE32; }
a { background-color: rgb(34,174,50); }
div.DivClassName
{
background-color: #22AE32;
}
.BgClassName
{
background-color: #22AE32;
}
</style>
border-color css
<style>
span { border-color: #22AE32; }
span { border-color: rgb(34,174,50); }
td.TdClassName
{
border-color: #22AE32;
}
.TagClassName
{
border-color: #22AE32;
}
</style>