Shades of Lime Green #22DB2C
Tints of Lime Green #22DB2C
RGB
CMYK
RGB Variations
Color information
#22DB2C (or 0x22DB2C) is known color: Lime Green. HEX triplet: 22, DB and 2C. RGB value is (34,219,44). Sum of RGB (Red+Green+Blue) = 34+219+44=297 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.45% from 297); Green value is 219 (85.94% from 255 or 73.74% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 219 - color contains mainly: green. Hex color #22DB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DB2C is #DD24D3. Grayscale: #909090. Windows color (decimal): -14492884 or 2939682. OLE color: 2939682.
HSL color Cylindrical-coordinate representation of color #22DB2C: hue angle of 123.24º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22DB2C is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 219 | 44 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.14 |
| HSL | 123.24º | 0.73% | 0.5% | - |
| HSV(B) | 123.24º | 0.84% | 0.86% | - |
| XYZ | 26.45 | 51.18 | 10.87 | - |
| YUV | 143.74 | 71.71 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 219 | 44 | 0.84 | 0 | 0.80 | 0.14 | 123.24 | 0.73 | 0.5 |
| Hex | 22 | DB | 2C | 54 | 0 | 50 | E | 7B | 49 | 32 |
| Octal | 42 | 333 | 54 | 124 | 0 | 120 | 16 | 173 | 111 | 62 |
| Binary | 100010 | 11011011 | 101100 | 1010100 | 0 | 1010000 | 1110 | 1111011 | 1001001 | 110010 |
Color Harmonies of #22DB2C
Complementary color
Monochromatic Colors of #22DB2C
Black with #22DB2C
Text Example
Text Example
White with #22DB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DB2C; }
p { color: rgb(34,219,44); }
H1.HeaderClassName
{
color: #22DB2C;
}
.AnyTagClassName
{
color: #22DB2C;
}
</style>
background-color css
<style>
a { background-color: #22DB2C; }
a { background-color: rgb(34,219,44); }
div.DivClassName
{
background-color: #22DB2C;
}
.BgClassName
{
background-color: #22DB2C;
}
</style>
border-color css
<style>
span { border-color: #22DB2C; }
span { border-color: rgb(34,219,44); }
td.TdClassName
{
border-color: #22DB2C;
}
.TagClassName
{
border-color: #22DB2C;
}
</style>