Shades of Lime Green #22D640
Tints of Lime Green #22D640
RGB
CMYK
RGB Variations
Color information
#22D640 (or 0x22D640) is known color: Lime Green. HEX triplet: 22, D6 and 40. RGB value is (34,214,64). Sum of RGB (Red+Green+Blue) = 34+214+64=312 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.90% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #22D640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D640 is #DD29BF. Grayscale: #8F8F8F. Windows color (decimal): -14494144 or 4249122. OLE color: 4249122.
HSL color Cylindrical-coordinate representation of color #22D640: hue angle of 130º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D640 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 34 | 214 | 64 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.16 |
| HSL | 130º | 0.73% | 0.49% | - |
| HSV(B) | 130º | 0.84% | 0.84% | - |
| XYZ | 25.63 | 48.8 | 12.92 | - |
| YUV | 143.08 | 83.37 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 214 | 64 | 0.84 | 0 | 0.70 | 0.16 | 130 | 0.73 | 0.49 |
| Hex | 22 | D6 | 40 | 54 | 0 | 46 | 10 | 82 | 49 | 31 |
| Octal | 42 | 326 | 100 | 124 | 0 | 106 | 20 | 202 | 111 | 61 |
| Binary | 100010 | 11010110 | 1000000 | 1010100 | 0 | 1000110 | 10000 | 10000010 | 1001001 | 110001 |
Color Harmonies of #22D640
Complementary color
Monochromatic Colors of #22D640
Black with #22D640
Text Example
Text Example
White with #22D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D640; }
p { color: rgb(34,214,64); }
H1.HeaderClassName
{
color: #22D640;
}
.AnyTagClassName
{
color: #22D640;
}
</style>
background-color css
<style>
a { background-color: #22D640; }
a { background-color: rgb(34,214,64); }
div.DivClassName
{
background-color: #22D640;
}
.BgClassName
{
background-color: #22D640;
}
</style>
border-color css
<style>
span { border-color: #22D640; }
span { border-color: rgb(34,214,64); }
td.TdClassName
{
border-color: #22D640;
}
.TagClassName
{
border-color: #22D640;
}
</style>