Shades of Lime Green #22C20D
Tints of Lime Green #22C20D
RGB
CMYK
RGB Variations
Color information
#22C20D (or 0x22C20D) is known color: Lime Green. HEX triplet: 22, C2 and 0D. RGB value is (34,194,13). Sum of RGB (Red+Green+Blue) = 34+194+13=241 (31% of max value = 765). Red value is 34 (13.67% from 255 or 14.11% from 241); Green value is 194 (76.17% from 255 or 80.50% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 194 - color contains mainly: green. Hex color #22C20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22C20D is #DD3DF2. Grayscale: #7E7E7E. Windows color (decimal): -14499315 or 901666. OLE color: 901666.
HSL color Cylindrical-coordinate representation of color #22C20D: hue angle of 113.04º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #22C20D is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 34 | 194 | 13 | - |
| CMYK | 0.82 | 0 | 0.93 | 0.24 |
| HSL | 113.04º | 0.87% | 0.41% | - |
| HSV(B) | 113.04º | 0.93% | 0.76% | - |
| XYZ | 20.02 | 38.95 | 6.84 | - |
| YUV | 125.53 | 64.49 | 62.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 13 | 0.82 | 0 | 0.93 | 0.24 | 113.04 | 0.87 | 0.41 |
| Hex | 22 | C2 | D | 52 | 0 | 5D | 18 | 71 | 57 | 29 |
| Octal | 42 | 302 | 15 | 122 | 0 | 135 | 30 | 161 | 127 | 51 |
| Binary | 100010 | 11000010 | 1101 | 1010010 | 0 | 1011101 | 11000 | 1110001 | 1010111 | 101001 |
Color Harmonies of #22C20D
Complementary color
Monochromatic Colors of #22C20D
Black with #22C20D
Text Example
Text Example
White with #22C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C20D; }
p { color: rgb(34,194,13); }
H1.HeaderClassName
{
color: #22C20D;
}
.AnyTagClassName
{
color: #22C20D;
}
</style>
background-color css
<style>
a { background-color: #22C20D; }
a { background-color: rgb(34,194,13); }
div.DivClassName
{
background-color: #22C20D;
}
.BgClassName
{
background-color: #22C20D;
}
</style>
border-color css
<style>
span { border-color: #22C20D; }
span { border-color: rgb(34,194,13); }
td.TdClassName
{
border-color: #22C20D;
}
.TagClassName
{
border-color: #22C20D;
}
</style>