Shades of Lime Green #22B22A
Tints of Lime Green #22B22A
RGB
CMYK
RGB Variations
Color information
#22B22A (or 0x22B22A) is known color: Lime Green. HEX triplet: 22, B2 and 2A. RGB value is (34,178,42). Sum of RGB (Red+Green+Blue) = 34+178+42=254 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.39% from 254); Green value is 178 (69.92% from 255 or 70.08% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 178 - color contains mainly: green. Hex color #22B22A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22B22A is #DD4DD5. Grayscale: #777777. Windows color (decimal): -14503382 or 2798114. OLE color: 2798114.
HSL color Cylindrical-coordinate representation of color #22B22A: hue angle of 123.33º 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 #22B22A is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 178 | 42 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.30 |
| HSL | 123.33º | 0.68% | 0.42% | - |
| HSV(B) | 123.33º | 0.81% | 0.7% | - |
| XYZ | 17 | 32.35 | 7.54 | - |
| YUV | 119.44 | 84.29 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 178 | 42 | 0.81 | 0 | 0.76 | 0.30 | 123.33 | 0.68 | 0.42 |
| Hex | 22 | B2 | 2A | 51 | 0 | 4C | 1E | 7B | 44 | 2A |
| Octal | 42 | 262 | 52 | 121 | 0 | 114 | 36 | 173 | 104 | 52 |
| Binary | 100010 | 10110010 | 101010 | 1010001 | 0 | 1001100 | 11110 | 1111011 | 1000100 | 101010 |
Color Harmonies of #22B22A
Complementary color
Monochromatic Colors of #22B22A
Black with #22B22A
Text Example
Text Example
White with #22B22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B22A; }
p { color: rgb(34,178,42); }
H1.HeaderClassName
{
color: #22B22A;
}
.AnyTagClassName
{
color: #22B22A;
}
</style>
background-color css
<style>
a { background-color: #22B22A; }
a { background-color: rgb(34,178,42); }
div.DivClassName
{
background-color: #22B22A;
}
.BgClassName
{
background-color: #22B22A;
}
</style>
border-color css
<style>
span { border-color: #22B22A; }
span { border-color: rgb(34,178,42); }
td.TdClassName
{
border-color: #22B22A;
}
.TagClassName
{
border-color: #22B22A;
}
</style>