Shades of Lime Green #22D517
Tints of Lime Green #22D517
RGB
CMYK
RGB Variations
Color information
#22D517 (or 0x22D517) is known color: Lime Green. HEX triplet: 22, D5 and 17. RGB value is (34,213,23). Sum of RGB (Red+Green+Blue) = 34+213+23=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 213 (83.59% from 255 or 78.89% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 213 - color contains mainly: green. Hex color #22D517 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #22D517 is #DD2AE8. Grayscale: #8A8A8A. Windows color (decimal): -14494441 or 1561890. OLE color: 1561890.
HSL color Cylindrical-coordinate representation of color #22D517: hue angle of 116.53º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #22D517 is Cyan = 0.84, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 213 | 23 | - |
| CMYK | 0.84 | 0 | 0.89 | 0.16 |
| HSL | 116.53º | 0.81% | 0.46% | - |
| HSV(B) | 116.53º | 0.89% | 0.84% | - |
| XYZ | 24.61 | 47.99 | 8.78 | - |
| YUV | 137.82 | 63.2 | 53.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 213 | 23 | 0.84 | 0 | 0.89 | 0.16 | 116.53 | 0.81 | 0.46 |
| Hex | 22 | D5 | 17 | 54 | 0 | 59 | 10 | 75 | 51 | 2E |
| Octal | 42 | 325 | 27 | 124 | 0 | 131 | 20 | 165 | 121 | 56 |
| Binary | 100010 | 11010101 | 10111 | 1010100 | 0 | 1011001 | 10000 | 1110101 | 1010001 | 101110 |
Color Harmonies of #22D517
Complementary color
Monochromatic Colors of #22D517
Black with #22D517
Text Example
Text Example
White with #22D517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D517; }
p { color: rgb(34,213,23); }
H1.HeaderClassName
{
color: #22D517;
}
.AnyTagClassName
{
color: #22D517;
}
</style>
background-color css
<style>
a { background-color: #22D517; }
a { background-color: rgb(34,213,23); }
div.DivClassName
{
background-color: #22D517;
}
.BgClassName
{
background-color: #22D517;
}
</style>
border-color css
<style>
span { border-color: #22D517; }
span { border-color: rgb(34,213,23); }
td.TdClassName
{
border-color: #22D517;
}
.TagClassName
{
border-color: #22D517;
}
</style>