Shades of Lime Green #22B334
Tints of Lime Green #22B334
RGB
CMYK
RGB Variations
Color information
#22B334 (or 0x22B334) is known color: Lime Green. HEX triplet: 22, B3 and 34. RGB value is (34,179,52). Sum of RGB (Red+Green+Blue) = 34+179+52=265 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.83% from 265); Green value is 179 (70.31% from 255 or 67.55% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 179 - color contains mainly: green. Hex color #22B334 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22B334 is #DD4CCB. Grayscale: #797979. Windows color (decimal): -14503116 or 3453730. OLE color: 3453730.
HSL color Cylindrical-coordinate representation of color #22B334: hue angle of 127.45º 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 #22B334 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 179 | 52 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.30 |
| HSL | 127.45º | 0.68% | 0.42% | - |
| HSV(B) | 127.45º | 0.81% | 0.7% | - |
| XYZ | 17.4 | 32.83 | 8.67 | - |
| YUV | 121.17 | 88.96 | 65.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 179 | 52 | 0.81 | 0 | 0.71 | 0.30 | 127.45 | 0.68 | 0.42 |
| Hex | 22 | B3 | 34 | 51 | 0 | 47 | 1E | 7F | 44 | 2A |
| Octal | 42 | 263 | 64 | 121 | 0 | 107 | 36 | 177 | 104 | 52 |
| Binary | 100010 | 10110011 | 110100 | 1010001 | 0 | 1000111 | 11110 | 1111111 | 1000100 | 101010 |
Color Harmonies of #22B334
Complementary color
Monochromatic Colors of #22B334
Black with #22B334
Text Example
Text Example
White with #22B334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B334; }
p { color: rgb(34,179,52); }
H1.HeaderClassName
{
color: #22B334;
}
.AnyTagClassName
{
color: #22B334;
}
</style>
background-color css
<style>
a { background-color: #22B334; }
a { background-color: rgb(34,179,52); }
div.DivClassName
{
background-color: #22B334;
}
.BgClassName
{
background-color: #22B334;
}
</style>
border-color css
<style>
span { border-color: #22B334; }
span { border-color: rgb(34,179,52); }
td.TdClassName
{
border-color: #22B334;
}
.TagClassName
{
border-color: #22B334;
}
</style>