Shades of Lime Green #22B521
Tints of Lime Green #22B521
RGB
CMYK
RGB Variations
Color information
#22B521 (or 0x22B521) is known color: Lime Green. HEX triplet: 22, B5 and 21. RGB value is (34,181,33). Sum of RGB (Red+Green+Blue) = 34+181+33=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 181 (71.09% from 255 or 72.98% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 181 - color contains mainly: green. Hex color #22B521 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B521 is #DD4ADE. Grayscale: #787878. Windows color (decimal): -14502623 or 2209058. OLE color: 2209058.
HSL color Cylindrical-coordinate representation of color #22B521: hue angle of 119.59º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #22B521 is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 34 | 181 | 33 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.29 |
| HSL | 119.59º | 0.69% | 0.42% | - |
| HSV(B) | 119.59º | 0.82% | 0.71% | - |
| XYZ | 17.46 | 33.5 | 6.98 | - |
| YUV | 120.18 | 78.8 | 66.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 181 | 33 | 0.81 | 0 | 0.82 | 0.29 | 119.59 | 0.69 | 0.42 |
| Hex | 22 | B5 | 21 | 51 | 0 | 52 | 1D | 78 | 45 | 2A |
| Octal | 42 | 265 | 41 | 121 | 0 | 122 | 35 | 170 | 105 | 52 |
| Binary | 100010 | 10110101 | 100001 | 1010001 | 0 | 1010010 | 11101 | 1111000 | 1000101 | 101010 |
Color Harmonies of #22B521
Complementary color
Monochromatic Colors of #22B521
Black with #22B521
Text Example
Text Example
White with #22B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B521; }
p { color: rgb(34,181,33); }
H1.HeaderClassName
{
color: #22B521;
}
.AnyTagClassName
{
color: #22B521;
}
</style>
background-color css
<style>
a { background-color: #22B521; }
a { background-color: rgb(34,181,33); }
div.DivClassName
{
background-color: #22B521;
}
.BgClassName
{
background-color: #22B521;
}
</style>
border-color css
<style>
span { border-color: #22B521; }
span { border-color: rgb(34,181,33); }
td.TdClassName
{
border-color: #22B521;
}
.TagClassName
{
border-color: #22B521;
}
</style>