Shades of Lime Green #22DC16
Tints of Lime Green #22DC16
RGB
CMYK
RGB Variations
Color information
#22DC16 (or 0x22DC16) is known color: Lime Green. HEX triplet: 22, DC and 16. RGB value is (34,220,22). Sum of RGB (Red+Green+Blue) = 34+220+22=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 220 (86.33% from 255 or 79.71% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 220 - color contains mainly: green. Hex color #22DC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22DC16 is #DD23E9. Grayscale: #8E8E8E. Windows color (decimal): -14492650 or 1498146. OLE color: 1498146.
HSL color Cylindrical-coordinate representation of color #22DC16: hue angle of 116.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22DC16 is Cyan = 0.85, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 220 | 22 | - |
| CMYK | 0.85 | 0 | 0.9 | 0.14 |
| HSL | 116.36º | 0.82% | 0.47% | - |
| HSV(B) | 116.36º | 0.9% | 0.86% | - |
| XYZ | 26.4 | 51.58 | 9.32 | - |
| YUV | 141.81 | 60.38 | 51.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 220 | 22 | 0.85 | 0 | 0.9 | 0.14 | 116.36 | 0.82 | 0.47 |
| Hex | 22 | DC | 16 | 55 | 0 | 5A | E | 74 | 52 | 2F |
| Octal | 42 | 334 | 26 | 125 | 0 | 132 | 16 | 164 | 122 | 57 |
| Binary | 100010 | 11011100 | 10110 | 1010101 | 0 | 1011010 | 1110 | 1110100 | 1010010 | 101111 |
Color Harmonies of #22DC16
Complementary color
Monochromatic Colors of #22DC16
Black with #22DC16
Text Example
Text Example
White with #22DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DC16; }
p { color: rgb(34,220,22); }
H1.HeaderClassName
{
color: #22DC16;
}
.AnyTagClassName
{
color: #22DC16;
}
</style>
background-color css
<style>
a { background-color: #22DC16; }
a { background-color: rgb(34,220,22); }
div.DivClassName
{
background-color: #22DC16;
}
.BgClassName
{
background-color: #22DC16;
}
</style>
border-color css
<style>
span { border-color: #22DC16; }
span { border-color: rgb(34,220,22); }
td.TdClassName
{
border-color: #22DC16;
}
.TagClassName
{
border-color: #22DC16;
}
</style>