Shades of Lime Green #22DC15
Tints of Lime Green #22DC15
RGB
CMYK
RGB Variations
Color information
#22DC15 (or 0x22DC15) is known color: Lime Green. HEX triplet: 22, DC and 15. RGB value is (34,220,21). Sum of RGB (Red+Green+Blue) = 34+220+21=275 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.36% from 275); Green value is 220 (86.33% from 255 or 80% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 220 - color contains mainly: green. Hex color #22DC15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22DC15 is #DD23EA. Grayscale: #8E8E8E. Windows color (decimal): -14492651 or 1432610. OLE color: 1432610.
HSL color Cylindrical-coordinate representation of color #22DC15: hue angle of 116.08º degrees, saturation: 0.83, 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 #22DC15 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 34 | 220 | 21 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.14 |
| HSL | 116.08º | 0.83% | 0.47% | - |
| HSV(B) | 116.08º | 0.9% | 0.86% | - |
| XYZ | 26.39 | 51.58 | 9.27 | - |
| YUV | 141.7 | 59.88 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 220 | 21 | 0.85 | 0 | 0.90 | 0.14 | 116.08 | 0.83 | 0.47 |
| Hex | 22 | DC | 15 | 55 | 0 | 5A | E | 74 | 53 | 2F |
| Octal | 42 | 334 | 25 | 125 | 0 | 132 | 16 | 164 | 123 | 57 |
| Binary | 100010 | 11011100 | 10101 | 1010101 | 0 | 1011010 | 1110 | 1110100 | 1010011 | 101111 |
Color Harmonies of #22DC15
Complementary color
Monochromatic Colors of #22DC15
Black with #22DC15
Text Example
Text Example
White with #22DC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DC15; }
p { color: rgb(34,220,21); }
H1.HeaderClassName
{
color: #22DC15;
}
.AnyTagClassName
{
color: #22DC15;
}
</style>
background-color css
<style>
a { background-color: #22DC15; }
a { background-color: rgb(34,220,21); }
div.DivClassName
{
background-color: #22DC15;
}
.BgClassName
{
background-color: #22DC15;
}
</style>
border-color css
<style>
span { border-color: #22DC15; }
span { border-color: rgb(34,220,21); }
td.TdClassName
{
border-color: #22DC15;
}
.TagClassName
{
border-color: #22DC15;
}
</style>