Shades of Lime Green #22DA16
Tints of Lime Green #22DA16
RGB
CMYK
RGB Variations
Color information
#22DA16 (or 0x22DA16) is known color: Lime Green. HEX triplet: 22, DA and 16. RGB value is (34,218,22). Sum of RGB (Red+Green+Blue) = 34+218+22=274 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.41% from 274); Green value is 218 (85.55% from 255 or 79.56% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 218 - color contains mainly: green. Hex color #22DA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22DA16 is #DD25E9. Grayscale: #8D8D8D. Windows color (decimal): -14493162 or 1497634. OLE color: 1497634.
HSL color Cylindrical-coordinate representation of color #22DA16: hue angle of 116.33º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22DA16 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 218 | 22 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.15 |
| HSL | 116.33º | 0.82% | 0.47% | - |
| HSV(B) | 116.33º | 0.9% | 0.85% | - |
| XYZ | 25.88 | 50.54 | 9.15 | - |
| YUV | 140.64 | 61.04 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 218 | 22 | 0.84 | 0 | 0.90 | 0.15 | 116.33 | 0.82 | 0.47 |
| Hex | 22 | DA | 16 | 54 | 0 | 5A | F | 74 | 52 | 2F |
| Octal | 42 | 332 | 26 | 124 | 0 | 132 | 17 | 164 | 122 | 57 |
| Binary | 100010 | 11011010 | 10110 | 1010100 | 0 | 1011010 | 1111 | 1110100 | 1010010 | 101111 |
Color Harmonies of #22DA16
Complementary color
Monochromatic Colors of #22DA16
Black with #22DA16
Text Example
Text Example
White with #22DA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DA16; }
p { color: rgb(34,218,22); }
H1.HeaderClassName
{
color: #22DA16;
}
.AnyTagClassName
{
color: #22DA16;
}
</style>
background-color css
<style>
a { background-color: #22DA16; }
a { background-color: rgb(34,218,22); }
div.DivClassName
{
background-color: #22DA16;
}
.BgClassName
{
background-color: #22DA16;
}
</style>
border-color css
<style>
span { border-color: #22DA16; }
span { border-color: rgb(34,218,22); }
td.TdClassName
{
border-color: #22DA16;
}
.TagClassName
{
border-color: #22DA16;
}
</style>