Shades of Lime Green #22D610
Tints of Lime Green #22D610
RGB
CMYK
RGB Variations
Color information
#22D610 (or 0x22D610) is known color: Lime Green. HEX triplet: 22, D6 and 10. RGB value is (34,214,16). Sum of RGB (Red+Green+Blue) = 34+214+16=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 214 (83.98% from 255 or 81.06% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 214 - color contains mainly: green. Hex color #22D610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D610 is #DD29EF. Grayscale: #8A8A8A. Windows color (decimal): -14494192 or 1103394. OLE color: 1103394.
HSL color Cylindrical-coordinate representation of color #22D610: hue angle of 114.55º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #22D610 is Cyan = 0.84, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 214 | 16 | - |
| CMYK | 0.84 | 0 | 0.93 | 0.16 |
| HSL | 114.55º | 0.86% | 0.45% | - |
| HSV(B) | 114.55º | 0.93% | 0.84% | - |
| XYZ | 24.8 | 48.47 | 8.54 | - |
| YUV | 137.61 | 59.37 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 214 | 16 | 0.84 | 0 | 0.93 | 0.16 | 114.55 | 0.86 | 0.45 |
| Hex | 22 | D6 | 10 | 54 | 0 | 5D | 10 | 73 | 56 | 2D |
| Octal | 42 | 326 | 20 | 124 | 0 | 135 | 20 | 163 | 126 | 55 |
| Binary | 100010 | 11010110 | 10000 | 1010100 | 0 | 1011101 | 10000 | 1110011 | 1010110 | 101101 |
Color Harmonies of #22D610
Complementary color
Monochromatic Colors of #22D610
Black with #22D610
Text Example
Text Example
White with #22D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D610; }
p { color: rgb(34,214,16); }
H1.HeaderClassName
{
color: #22D610;
}
.AnyTagClassName
{
color: #22D610;
}
</style>
background-color css
<style>
a { background-color: #22D610; }
a { background-color: rgb(34,214,16); }
div.DivClassName
{
background-color: #22D610;
}
.BgClassName
{
background-color: #22D610;
}
</style>
border-color css
<style>
span { border-color: #22D610; }
span { border-color: rgb(34,214,16); }
td.TdClassName
{
border-color: #22D610;
}
.TagClassName
{
border-color: #22D610;
}
</style>