Shades of Lime Green #22DA12
Tints of Lime Green #22DA12
RGB
CMYK
RGB Variations
Color information
#22DA12 (or 0x22DA12) is known color: Lime Green. HEX triplet: 22, DA and 12. RGB value is (34,218,18). Sum of RGB (Red+Green+Blue) = 34+218+18=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 218 (85.55% from 255 or 80.74% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 218 - color contains mainly: green. Hex color #22DA12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22DA12 is #DD25ED. Grayscale: #8C8C8C. Windows color (decimal): -14493166 or 1235490. OLE color: 1235490.
HSL color Cylindrical-coordinate representation of color #22DA12: hue angle of 115.2º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #22DA12 is Cyan = 0.84, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 34 | 218 | 18 | - |
| CMYK | 0.84 | 0 | 0.92 | 0.15 |
| HSL | 115.2º | 0.85% | 0.46% | - |
| HSV(B) | 115.2º | 0.92% | 0.85% | - |
| XYZ | 25.84 | 50.53 | 8.96 | - |
| YUV | 140.18 | 59.04 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 218 | 18 | 0.84 | 0 | 0.92 | 0.15 | 115.2 | 0.85 | 0.46 |
| Hex | 22 | DA | 12 | 54 | 0 | 5C | F | 73 | 55 | 2E |
| Octal | 42 | 332 | 22 | 124 | 0 | 134 | 17 | 163 | 125 | 56 |
| Binary | 100010 | 11011010 | 10010 | 1010100 | 0 | 1011100 | 1111 | 1110011 | 1010101 | 101110 |
Color Harmonies of #22DA12
Complementary color
Monochromatic Colors of #22DA12
Black with #22DA12
Text Example
Text Example
White with #22DA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DA12; }
p { color: rgb(34,218,18); }
H1.HeaderClassName
{
color: #22DA12;
}
.AnyTagClassName
{
color: #22DA12;
}
</style>
background-color css
<style>
a { background-color: #22DA12; }
a { background-color: rgb(34,218,18); }
div.DivClassName
{
background-color: #22DA12;
}
.BgClassName
{
background-color: #22DA12;
}
</style>
border-color css
<style>
span { border-color: #22DA12; }
span { border-color: rgb(34,218,18); }
td.TdClassName
{
border-color: #22DA12;
}
.TagClassName
{
border-color: #22DA12;
}
</style>