Shades of Lime Green #22B326
Tints of Lime Green #22B326
RGB
CMYK
RGB Variations
Color information
#22B326 (or 0x22B326) is known color: Lime Green. HEX triplet: 22, B3 and 26. RGB value is (34,179,38). Sum of RGB (Red+Green+Blue) = 34+179+38=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 179 (70.31% from 255 or 71.31% from 251); Blue value is 38 (15.23% from 255 or 15.14% from 251); Max value from RGB is 179 - color contains mainly: green. Hex color #22B326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B326 is #DD4CD9. Grayscale: #777777. Windows color (decimal): -14503130 or 2536226. OLE color: 2536226.
HSL color Cylindrical-coordinate representation of color #22B326: hue angle of 121.66º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #22B326 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 179 | 38 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.30 |
| HSL | 121.66º | 0.68% | 0.42% | - |
| HSV(B) | 121.66º | 0.81% | 0.7% | - |
| XYZ | 17.13 | 32.72 | 7.25 | - |
| YUV | 119.57 | 81.96 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 179 | 38 | 0.81 | 0 | 0.79 | 0.30 | 121.66 | 0.68 | 0.42 |
| Hex | 22 | B3 | 26 | 51 | 0 | 4F | 1E | 7A | 44 | 2A |
| Octal | 42 | 263 | 46 | 121 | 0 | 117 | 36 | 172 | 104 | 52 |
| Binary | 100010 | 10110011 | 100110 | 1010001 | 0 | 1001111 | 11110 | 1111010 | 1000100 | 101010 |
Color Harmonies of #22B326
Complementary color
Monochromatic Colors of #22B326
Black with #22B326
Text Example
Text Example
White with #22B326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B326; }
p { color: rgb(34,179,38); }
H1.HeaderClassName
{
color: #22B326;
}
.AnyTagClassName
{
color: #22B326;
}
</style>
background-color css
<style>
a { background-color: #22B326; }
a { background-color: rgb(34,179,38); }
div.DivClassName
{
background-color: #22B326;
}
.BgClassName
{
background-color: #22B326;
}
</style>
border-color css
<style>
span { border-color: #22B326; }
span { border-color: rgb(34,179,38); }
td.TdClassName
{
border-color: #22B326;
}
.TagClassName
{
border-color: #22B326;
}
</style>