Shades of Lime Green #22AF28
Tints of Lime Green #22AF28
RGB
CMYK
RGB Variations
Color information
#22AF28 (or 0x22AF28) is known color: Lime Green. HEX triplet: 22, AF and 28. RGB value is (34,175,40). Sum of RGB (Red+Green+Blue) = 34+175+40=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 175 (68.75% from 255 or 70.28% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 175 - color contains mainly: green. Hex color #22AF28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22AF28 is #DD50D7. Grayscale: #757575. Windows color (decimal): -14504152 or 2666274. OLE color: 2666274.
HSL color Cylindrical-coordinate representation of color #22AF28: hue angle of 122.55º 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 #22AF28 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 175 | 40 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.31 |
| HSL | 122.55º | 0.67% | 0.41% | - |
| HSV(B) | 122.55º | 0.81% | 0.69% | - |
| XYZ | 16.37 | 31.15 | 7.16 | - |
| YUV | 117.45 | 84.29 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 175 | 40 | 0.81 | 0 | 0.77 | 0.31 | 122.55 | 0.67 | 0.41 |
| Hex | 22 | AF | 28 | 51 | 0 | 4D | 1F | 7B | 43 | 29 |
| Octal | 42 | 257 | 50 | 121 | 0 | 115 | 37 | 173 | 103 | 51 |
| Binary | 100010 | 10101111 | 101000 | 1010001 | 0 | 1001101 | 11111 | 1111011 | 1000011 | 101001 |
Color Harmonies of #22AF28
Complementary color
Monochromatic Colors of #22AF28
Black with #22AF28
Text Example
Text Example
White with #22AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AF28; }
p { color: rgb(34,175,40); }
H1.HeaderClassName
{
color: #22AF28;
}
.AnyTagClassName
{
color: #22AF28;
}
</style>
background-color css
<style>
a { background-color: #22AF28; }
a { background-color: rgb(34,175,40); }
div.DivClassName
{
background-color: #22AF28;
}
.BgClassName
{
background-color: #22AF28;
}
</style>
border-color css
<style>
span { border-color: #22AF28; }
span { border-color: rgb(34,175,40); }
td.TdClassName
{
border-color: #22AF28;
}
.TagClassName
{
border-color: #22AF28;
}
</style>