Shades of Lime Green #22B22E
Tints of Lime Green #22B22E
RGB
CMYK
RGB Variations
Color information
#22B22E (or 0x22B22E) is known color: Lime Green. HEX triplet: 22, B2 and 2E. RGB value is (34,178,46). Sum of RGB (Red+Green+Blue) = 34+178+46=258 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.18% from 258); Green value is 178 (69.92% from 255 or 68.99% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 178 - color contains mainly: green. Hex color #22B22E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #22B22E is #DD4DD1. Grayscale: #787878. Windows color (decimal): -14503378 or 3060258. OLE color: 3060258.
HSL color Cylindrical-coordinate representation of color #22B22E: hue angle of 125º 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 #22B22E is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 34 | 178 | 46 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.30 |
| HSL | 125º | 0.68% | 0.42% | - |
| HSV(B) | 125º | 0.81% | 0.7% | - |
| XYZ | 17.07 | 32.38 | 7.93 | - |
| YUV | 119.9 | 86.29 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 178 | 46 | 0.81 | 0 | 0.74 | 0.30 | 125 | 0.68 | 0.42 |
| Hex | 22 | B2 | 2E | 51 | 0 | 4A | 1E | 7D | 44 | 2A |
| Octal | 42 | 262 | 56 | 121 | 0 | 112 | 36 | 175 | 104 | 52 |
| Binary | 100010 | 10110010 | 101110 | 1010001 | 0 | 1001010 | 11110 | 1111101 | 1000100 | 101010 |
Color Harmonies of #22B22E
Complementary color
Monochromatic Colors of #22B22E
Black with #22B22E
Text Example
Text Example
White with #22B22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22B22E; }
p { color: rgb(34,178,46); }
H1.HeaderClassName
{
color: #22B22E;
}
.AnyTagClassName
{
color: #22B22E;
}
</style>
background-color css
<style>
a { background-color: #22B22E; }
a { background-color: rgb(34,178,46); }
div.DivClassName
{
background-color: #22B22E;
}
.BgClassName
{
background-color: #22B22E;
}
</style>
border-color css
<style>
span { border-color: #22B22E; }
span { border-color: rgb(34,178,46); }
td.TdClassName
{
border-color: #22B22E;
}
.TagClassName
{
border-color: #22B22E;
}
</style>