Shades of Lime Green #22D240
Tints of Lime Green #22D240
RGB
CMYK
RGB Variations
Color information
#22D240 (or 0x22D240) is known color: Lime Green. HEX triplet: 22, D2 and 40. RGB value is (34,210,64). Sum of RGB (Red+Green+Blue) = 34+210+64=308 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.04% from 308); Green value is 210 (82.42% from 255 or 68.18% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 210 - color contains mainly: green. Hex color #22D240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D240 is #DD2DBF. Grayscale: #8D8D8D. Windows color (decimal): -14495168 or 4248098. OLE color: 4248098.
HSL color Cylindrical-coordinate representation of color #22D240: hue angle of 130.23º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D240 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 34 | 210 | 64 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.18 |
| HSL | 130.23º | 0.72% | 0.48% | - |
| HSV(B) | 130.23º | 0.84% | 0.82% | - |
| XYZ | 24.63 | 46.8 | 12.59 | - |
| YUV | 140.73 | 84.69 | 51.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 210 | 64 | 0.84 | 0 | 0.70 | 0.18 | 130.23 | 0.72 | 0.48 |
| Hex | 22 | D2 | 40 | 54 | 0 | 46 | 12 | 82 | 48 | 30 |
| Octal | 42 | 322 | 100 | 124 | 0 | 106 | 22 | 202 | 110 | 60 |
| Binary | 100010 | 11010010 | 1000000 | 1010100 | 0 | 1000110 | 10010 | 10000010 | 1001000 | 110000 |
Color Harmonies of #22D240
Complementary color
Monochromatic Colors of #22D240
Black with #22D240
Text Example
Text Example
White with #22D240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22D240; }
p { color: rgb(34,210,64); }
H1.HeaderClassName
{
color: #22D240;
}
.AnyTagClassName
{
color: #22D240;
}
</style>
background-color css
<style>
a { background-color: #22D240; }
a { background-color: rgb(34,210,64); }
div.DivClassName
{
background-color: #22D240;
}
.BgClassName
{
background-color: #22D240;
}
</style>
border-color css
<style>
span { border-color: #22D240; }
span { border-color: rgb(34,210,64); }
td.TdClassName
{
border-color: #22D240;
}
.TagClassName
{
border-color: #22D240;
}
</style>