Shades of Lime Green #22C214
Tints of Lime Green #22C214
RGB
CMYK
RGB Variations
Color information
#22C214 (or 0x22C214) is known color: Lime Green. HEX triplet: 22, C2 and 14. RGB value is (34,194,20). Sum of RGB (Red+Green+Blue) = 34+194+20=248 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.71% from 248); Green value is 194 (76.17% from 255 or 78.23% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 194 - color contains mainly: green. Hex color #22C214 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C214 is #DD3DEB. Grayscale: #7E7E7E. Windows color (decimal): -14499308 or 1360418. OLE color: 1360418.
HSL color Cylindrical-coordinate representation of color #22C214: hue angle of 115.17º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22C214 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 20 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.24 |
| HSL | 115.17º | 0.81% | 0.42% | - |
| HSV(B) | 115.17º | 0.9% | 0.76% | - |
| XYZ | 20.08 | 38.97 | 7.13 | - |
| YUV | 126.32 | 67.99 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 20 | 0.82 | 0 | 0.90 | 0.24 | 115.17 | 0.81 | 0.42 |
| Hex | 22 | C2 | 14 | 52 | 0 | 5A | 18 | 73 | 51 | 2A |
| Octal | 42 | 302 | 24 | 122 | 0 | 132 | 30 | 163 | 121 | 52 |
| Binary | 100010 | 11000010 | 10100 | 1010010 | 0 | 1011010 | 11000 | 1110011 | 1010001 | 101010 |
Color Harmonies of #22C214
Complementary color
Monochromatic Colors of #22C214
Black with #22C214
Text Example
Text Example
White with #22C214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C214; }
p { color: rgb(34,194,20); }
H1.HeaderClassName
{
color: #22C214;
}
.AnyTagClassName
{
color: #22C214;
}
</style>
background-color css
<style>
a { background-color: #22C214; }
a { background-color: rgb(34,194,20); }
div.DivClassName
{
background-color: #22C214;
}
.BgClassName
{
background-color: #22C214;
}
</style>
border-color css
<style>
span { border-color: #22C214; }
span { border-color: rgb(34,194,20); }
td.TdClassName
{
border-color: #22C214;
}
.TagClassName
{
border-color: #22C214;
}
</style>