Shades of Lime Green #22D415
Tints of Lime Green #22D415
RGB
CMYK
RGB Variations
Color information
#22D415 (or 0x22D415) is known color: Lime Green. HEX triplet: 22, D4 and 15. RGB value is (34,212,21). Sum of RGB (Red+Green+Blue) = 34+212+21=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 212 (83.20% from 255 or 79.40% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 212 - color contains mainly: green. Hex color #22D415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D415 is #DD2BEA. Grayscale: #898989. Windows color (decimal): -14494699 or 1430562. OLE color: 1430562.
HSL color Cylindrical-coordinate representation of color #22D415: hue angle of 115.92º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #22D415 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 212 | 21 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.17 |
| HSL | 115.92º | 0.82% | 0.46% | - |
| HSV(B) | 115.92º | 0.9% | 0.83% | - |
| XYZ | 24.34 | 47.48 | 8.59 | - |
| YUV | 137 | 62.53 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 212 | 21 | 0.84 | 0 | 0.90 | 0.17 | 115.92 | 0.82 | 0.46 |
| Hex | 22 | D4 | 15 | 54 | 0 | 5A | 11 | 74 | 52 | 2E |
| Octal | 42 | 324 | 25 | 124 | 0 | 132 | 21 | 164 | 122 | 56 |
| Binary | 100010 | 11010100 | 10101 | 1010100 | 0 | 1011010 | 10001 | 1110100 | 1010010 | 101110 |
Color Harmonies of #22D415
Complementary color
Monochromatic Colors of #22D415
Black with #22D415
Text Example
Text Example
White with #22D415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D415; }
p { color: rgb(34,212,21); }
H1.HeaderClassName
{
color: #22D415;
}
.AnyTagClassName
{
color: #22D415;
}
</style>
background-color css
<style>
a { background-color: #22D415; }
a { background-color: rgb(34,212,21); }
div.DivClassName
{
background-color: #22D415;
}
.BgClassName
{
background-color: #22D415;
}
</style>
border-color css
<style>
span { border-color: #22D415; }
span { border-color: rgb(34,212,21); }
td.TdClassName
{
border-color: #22D415;
}
.TagClassName
{
border-color: #22D415;
}
</style>