Shades of Lime Green #22AF2C
Tints of Lime Green #22AF2C
RGB
CMYK
RGB Variations
Color information
#22AF2C (or 0x22AF2C) is known color: Lime Green. HEX triplet: 22, AF and 2C. RGB value is (34,175,44). Sum of RGB (Red+Green+Blue) = 34+175+44=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #22AF2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22AF2C is #DD50D3. Grayscale: #767676. Windows color (decimal): -14504148 or 2928418. OLE color: 2928418.
HSL color Cylindrical-coordinate representation of color #22AF2C: hue angle of 124.26º 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 #22AF2C is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 175 | 44 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.31 |
| HSL | 124.26º | 0.67% | 0.41% | - |
| HSV(B) | 124.26º | 0.81% | 0.69% | - |
| XYZ | 16.44 | 31.18 | 7.53 | - |
| YUV | 117.91 | 86.29 | 68.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 175 | 44 | 0.81 | 0 | 0.75 | 0.31 | 124.26 | 0.67 | 0.41 |
| Hex | 22 | AF | 2C | 51 | 0 | 4B | 1F | 7C | 43 | 29 |
| Octal | 42 | 257 | 54 | 121 | 0 | 113 | 37 | 174 | 103 | 51 |
| Binary | 100010 | 10101111 | 101100 | 1010001 | 0 | 1001011 | 11111 | 1111100 | 1000011 | 101001 |
Color Harmonies of #22AF2C
Complementary color
Monochromatic Colors of #22AF2C
Black with #22AF2C
Text Example
Text Example
White with #22AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22AF2C; }
p { color: rgb(34,175,44); }
H1.HeaderClassName
{
color: #22AF2C;
}
.AnyTagClassName
{
color: #22AF2C;
}
</style>
background-color css
<style>
a { background-color: #22AF2C; }
a { background-color: rgb(34,175,44); }
div.DivClassName
{
background-color: #22AF2C;
}
.BgClassName
{
background-color: #22AF2C;
}
</style>
border-color css
<style>
span { border-color: #22AF2C; }
span { border-color: rgb(34,175,44); }
td.TdClassName
{
border-color: #22AF2C;
}
.TagClassName
{
border-color: #22AF2C;
}
</style>