Shades of Lime Green #22B126
Tints of Lime Green #22B126
RGB
CMYK
RGB Variations
Color information
#22B126 (or 0x22B126) is known color: Lime Green. HEX triplet: 22, B1 and 26. RGB value is (34,177,38). Sum of RGB (Red+Green+Blue) = 34+177+38=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 177 (69.53% from 255 or 71.08% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 177 - color contains mainly: green. Hex color #22B126 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22B126 is #DD4ED9. Grayscale: #767676. Windows color (decimal): -14503642 or 2535714. OLE color: 2535714.
HSL color Cylindrical-coordinate representation of color #22B126: hue angle of 121.68º degrees, saturation: 0.68, 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 #22B126 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 34 | 177 | 38 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.31 |
| HSL | 121.68º | 0.68% | 0.41% | - |
| HSV(B) | 121.68º | 0.81% | 0.69% | - |
| XYZ | 16.73 | 31.92 | 7.11 | - |
| YUV | 118.4 | 82.62 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 177 | 38 | 0.81 | 0 | 0.79 | 0.31 | 121.68 | 0.68 | 0.41 |
| Hex | 22 | B1 | 26 | 51 | 0 | 4F | 1F | 7A | 44 | 29 |
| Octal | 42 | 261 | 46 | 121 | 0 | 117 | 37 | 172 | 104 | 51 |
| Binary | 100010 | 10110001 | 100110 | 1010001 | 0 | 1001111 | 11111 | 1111010 | 1000100 | 101001 |
Color Harmonies of #22B126
Complementary color
Monochromatic Colors of #22B126
Black with #22B126
Text Example
Text Example
White with #22B126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B126; }
p { color: rgb(34,177,38); }
H1.HeaderClassName
{
color: #22B126;
}
.AnyTagClassName
{
color: #22B126;
}
</style>
background-color css
<style>
a { background-color: #22B126; }
a { background-color: rgb(34,177,38); }
div.DivClassName
{
background-color: #22B126;
}
.BgClassName
{
background-color: #22B126;
}
</style>
border-color css
<style>
span { border-color: #22B126; }
span { border-color: rgb(34,177,38); }
td.TdClassName
{
border-color: #22B126;
}
.TagClassName
{
border-color: #22B126;
}
</style>