Shades of Lime Green #22C111
Tints of Lime Green #22C111
RGB
CMYK
RGB Variations
Color information
#22C111 (or 0x22C111) is known color: Lime Green. HEX triplet: 22, C1 and 11. RGB value is (34,193,17). Sum of RGB (Red+Green+Blue) = 34+193+17=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 193 (75.78% from 255 or 79.10% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 193 - color contains mainly: green. Hex color #22C111 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C111 is #DD3EEE. Grayscale: #7D7D7D. Windows color (decimal): -14499567 or 1163554. OLE color: 1163554.
HSL color Cylindrical-coordinate representation of color #22C111: hue angle of 114.2º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #22C111 is Cyan = 0.82, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 193 | 17 | - |
| CMYK | 0.82 | 0 | 0.91 | 0.24 |
| HSL | 114.2º | 0.84% | 0.41% | - |
| HSV(B) | 114.2º | 0.91% | 0.76% | - |
| XYZ | 19.83 | 38.52 | 6.92 | - |
| YUV | 125.4 | 66.82 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 193 | 17 | 0.82 | 0 | 0.91 | 0.24 | 114.2 | 0.84 | 0.41 |
| Hex | 22 | C1 | 11 | 52 | 0 | 5B | 18 | 72 | 54 | 29 |
| Octal | 42 | 301 | 21 | 122 | 0 | 133 | 30 | 162 | 124 | 51 |
| Binary | 100010 | 11000001 | 10001 | 1010010 | 0 | 1011011 | 11000 | 1110010 | 1010100 | 101001 |
Color Harmonies of #22C111
Complementary color
Monochromatic Colors of #22C111
Black with #22C111
Text Example
Text Example
White with #22C111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C111; }
p { color: rgb(34,193,17); }
H1.HeaderClassName
{
color: #22C111;
}
.AnyTagClassName
{
color: #22C111;
}
</style>
background-color css
<style>
a { background-color: #22C111; }
a { background-color: rgb(34,193,17); }
div.DivClassName
{
background-color: #22C111;
}
.BgClassName
{
background-color: #22C111;
}
</style>
border-color css
<style>
span { border-color: #22C111; }
span { border-color: rgb(34,193,17); }
td.TdClassName
{
border-color: #22C111;
}
.TagClassName
{
border-color: #22C111;
}
</style>