Shades of Lime Green #22C811
Tints of Lime Green #22C811
RGB
CMYK
RGB Variations
Color information
#22C811 (or 0x22C811) is known color: Lime Green. HEX triplet: 22, C8 and 11. RGB value is (34,200,17). Sum of RGB (Red+Green+Blue) = 34+200+17=251 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.55% from 251); Green value is 200 (78.52% from 255 or 79.68% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 200 - color contains mainly: green. Hex color #22C811 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C811 is #DD37EE. Grayscale: #828282. Windows color (decimal): -14497775 or 1165346. OLE color: 1165346.
HSL color Cylindrical-coordinate representation of color #22C811: hue angle of 114.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #22C811 is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 34 | 200 | 17 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.22 |
| HSL | 114.43º | 0.84% | 0.43% | - |
| HSV(B) | 114.43º | 0.92% | 0.78% | - |
| XYZ | 21.42 | 41.69 | 7.45 | - |
| YUV | 129.5 | 64.5 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 200 | 17 | 0.83 | 0 | 0.92 | 0.22 | 114.43 | 0.84 | 0.43 |
| Hex | 22 | C8 | 11 | 53 | 0 | 5C | 16 | 72 | 54 | 2B |
| Octal | 42 | 310 | 21 | 123 | 0 | 134 | 26 | 162 | 124 | 53 |
| Binary | 100010 | 11001000 | 10001 | 1010011 | 0 | 1011100 | 10110 | 1110010 | 1010100 | 101011 |
Color Harmonies of #22C811
Complementary color
Monochromatic Colors of #22C811
Black with #22C811
Text Example
Text Example
White with #22C811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C811; }
p { color: rgb(34,200,17); }
H1.HeaderClassName
{
color: #22C811;
}
.AnyTagClassName
{
color: #22C811;
}
</style>
background-color css
<style>
a { background-color: #22C811; }
a { background-color: rgb(34,200,17); }
div.DivClassName
{
background-color: #22C811;
}
.BgClassName
{
background-color: #22C811;
}
</style>
border-color css
<style>
span { border-color: #22C811; }
span { border-color: rgb(34,200,17); }
td.TdClassName
{
border-color: #22C811;
}
.TagClassName
{
border-color: #22C811;
}
</style>