Shades of Lime Green #22D50C
Tints of Lime Green #22D50C
RGB
CMYK
RGB Variations
Color information
#22D50C (or 0x22D50C) is known color: Lime Green. HEX triplet: 22, D5 and 0C. RGB value is (34,213,12). Sum of RGB (Red+Green+Blue) = 34+213+12=259 (34% of max value = 765). Red value is 34 (13.67% from 255 or 13.13% from 259); Green value is 213 (83.59% from 255 or 82.24% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 213 - color contains mainly: green. Hex color #22D50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D50C is #DD2AF3. Grayscale: #898989. Windows color (decimal): -14494452 or 840994. OLE color: 840994.
HSL color Cylindrical-coordinate representation of color #22D50C: hue angle of 113.43º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #22D50C is Cyan = 0.84, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 213 | 12 | - |
| CMYK | 0.84 | 0 | 0.94 | 0.16 |
| HSL | 113.43º | 0.89% | 0.44% | - |
| HSV(B) | 113.43º | 0.94% | 0.84% | - |
| XYZ | 24.52 | 47.96 | 8.31 | - |
| YUV | 136.57 | 57.7 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 213 | 12 | 0.84 | 0 | 0.94 | 0.16 | 113.43 | 0.89 | 0.44 |
| Hex | 22 | D5 | C | 54 | 0 | 5E | 10 | 71 | 59 | 2C |
| Octal | 42 | 325 | 14 | 124 | 0 | 136 | 20 | 161 | 131 | 54 |
| Binary | 100010 | 11010101 | 1100 | 1010100 | 0 | 1011110 | 10000 | 1110001 | 1011001 | 101100 |
Color Harmonies of #22D50C
Complementary color
Monochromatic Colors of #22D50C
Black with #22D50C
Text Example
Text Example
White with #22D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D50C; }
p { color: rgb(34,213,12); }
H1.HeaderClassName
{
color: #22D50C;
}
.AnyTagClassName
{
color: #22D50C;
}
</style>
background-color css
<style>
a { background-color: #22D50C; }
a { background-color: rgb(34,213,12); }
div.DivClassName
{
background-color: #22D50C;
}
.BgClassName
{
background-color: #22D50C;
}
</style>
border-color css
<style>
span { border-color: #22D50C; }
span { border-color: rgb(34,213,12); }
td.TdClassName
{
border-color: #22D50C;
}
.TagClassName
{
border-color: #22D50C;
}
</style>