Shades of Lime Green #22C210
Tints of Lime Green #22C210
RGB
CMYK
RGB Variations
Color information
#22C210 (or 0x22C210) is known color: Lime Green. HEX triplet: 22, C2 and 10. RGB value is (34,194,16). Sum of RGB (Red+Green+Blue) = 34+194+16=244 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.93% from 244); Green value is 194 (76.17% from 255 or 79.51% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 194 - color contains mainly: green. Hex color #22C210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C210 is #DD3DEF. Grayscale: #7E7E7E. Windows color (decimal): -14499312 or 1098274. OLE color: 1098274.
HSL color Cylindrical-coordinate representation of color #22C210: hue angle of 113.93º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #22C210 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 16 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.24 |
| HSL | 113.93º | 0.85% | 0.41% | - |
| HSV(B) | 113.93º | 0.92% | 0.76% | - |
| XYZ | 20.05 | 38.96 | 6.95 | - |
| YUV | 125.87 | 65.99 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 16 | 0.82 | 0 | 0.92 | 0.24 | 113.93 | 0.85 | 0.41 |
| Hex | 22 | C2 | 10 | 52 | 0 | 5C | 18 | 72 | 55 | 29 |
| Octal | 42 | 302 | 20 | 122 | 0 | 134 | 30 | 162 | 125 | 51 |
| Binary | 100010 | 11000010 | 10000 | 1010010 | 0 | 1011100 | 11000 | 1110010 | 1010101 | 101001 |
Color Harmonies of #22C210
Complementary color
Monochromatic Colors of #22C210
Black with #22C210
Text Example
Text Example
White with #22C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C210; }
p { color: rgb(34,194,16); }
H1.HeaderClassName
{
color: #22C210;
}
.AnyTagClassName
{
color: #22C210;
}
</style>
background-color css
<style>
a { background-color: #22C210; }
a { background-color: rgb(34,194,16); }
div.DivClassName
{
background-color: #22C210;
}
.BgClassName
{
background-color: #22C210;
}
</style>
border-color css
<style>
span { border-color: #22C210; }
span { border-color: rgb(34,194,16); }
td.TdClassName
{
border-color: #22C210;
}
.TagClassName
{
border-color: #22C210;
}
</style>