Shades of Lime Green #22DB2B
Tints of Lime Green #22DB2B
RGB
CMYK
RGB Variations
Color information
#22DB2B (or 0x22DB2B) is known color: Lime Green. HEX triplet: 22, DB and 2B. RGB value is (34,219,43). Sum of RGB (Red+Green+Blue) = 34+219+43=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 219 (85.94% from 255 or 73.99% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 219 - color contains mainly: green. Hex color #22DB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DB2B is #DD24D4. Grayscale: #909090. Windows color (decimal): -14492885 or 2874146. OLE color: 2874146.
HSL color Cylindrical-coordinate representation of color #22DB2B: hue angle of 122.92º 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 #22DB2B is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 219 | 43 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.14 |
| HSL | 122.92º | 0.73% | 0.5% | - |
| HSV(B) | 122.92º | 0.84% | 0.86% | - |
| XYZ | 26.43 | 51.18 | 10.77 | - |
| YUV | 143.62 | 71.21 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 219 | 43 | 0.84 | 0 | 0.80 | 0.14 | 122.92 | 0.73 | 0.5 |
| Hex | 22 | DB | 2B | 54 | 0 | 50 | E | 7B | 49 | 32 |
| Octal | 42 | 333 | 53 | 124 | 0 | 120 | 16 | 173 | 111 | 62 |
| Binary | 100010 | 11011011 | 101011 | 1010100 | 0 | 1010000 | 1110 | 1111011 | 1001001 | 110010 |
Color Harmonies of #22DB2B
Complementary color
Monochromatic Colors of #22DB2B
Black with #22DB2B
Text Example
Text Example
White with #22DB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DB2B; }
p { color: rgb(34,219,43); }
H1.HeaderClassName
{
color: #22DB2B;
}
.AnyTagClassName
{
color: #22DB2B;
}
</style>
background-color css
<style>
a { background-color: #22DB2B; }
a { background-color: rgb(34,219,43); }
div.DivClassName
{
background-color: #22DB2B;
}
.BgClassName
{
background-color: #22DB2B;
}
</style>
border-color css
<style>
span { border-color: #22DB2B; }
span { border-color: rgb(34,219,43); }
td.TdClassName
{
border-color: #22DB2B;
}
.TagClassName
{
border-color: #22DB2B;
}
</style>