Shades of Lime Green #22B529
Tints of Lime Green #22B529
RGB
CMYK
RGB Variations
Color information
#22B529 (or 0x22B529) is known color: Lime Green. HEX triplet: 22, B5 and 29. RGB value is (34,181,41). Sum of RGB (Red+Green+Blue) = 34+181+41=256 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.28% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #22B529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B529 is #DD4AD6. Grayscale: #797979. Windows color (decimal): -14502615 or 2733346. OLE color: 2733346.
HSL color Cylindrical-coordinate representation of color #22B529: hue angle of 122.86º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B529 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 181 | 41 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.29 |
| HSL | 122.86º | 0.68% | 0.42% | - |
| HSV(B) | 122.86º | 0.81% | 0.71% | - |
| XYZ | 17.58 | 33.55 | 7.65 | - |
| YUV | 121.09 | 82.8 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 181 | 41 | 0.81 | 0 | 0.77 | 0.29 | 122.86 | 0.68 | 0.42 |
| Hex | 22 | B5 | 29 | 51 | 0 | 4D | 1D | 7B | 44 | 2A |
| Octal | 42 | 265 | 51 | 121 | 0 | 115 | 35 | 173 | 104 | 52 |
| Binary | 100010 | 10110101 | 101001 | 1010001 | 0 | 1001101 | 11101 | 1111011 | 1000100 | 101010 |
Color Harmonies of #22B529
Complementary color
Monochromatic Colors of #22B529
Black with #22B529
Text Example
Text Example
White with #22B529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B529; }
p { color: rgb(34,181,41); }
H1.HeaderClassName
{
color: #22B529;
}
.AnyTagClassName
{
color: #22B529;
}
</style>
background-color css
<style>
a { background-color: #22B529; }
a { background-color: rgb(34,181,41); }
div.DivClassName
{
background-color: #22B529;
}
.BgClassName
{
background-color: #22B529;
}
</style>
border-color css
<style>
span { border-color: #22B529; }
span { border-color: rgb(34,181,41); }
td.TdClassName
{
border-color: #22B529;
}
.TagClassName
{
border-color: #22B529;
}
</style>