Shades of Lime Green #22DE28
Tints of Lime Green #22DE28
RGB
CMYK
RGB Variations
Color information
#22DE28 (or 0x22DE28) is known color: Lime Green. HEX triplet: 22, DE and 28. RGB value is (34,222,40). Sum of RGB (Red+Green+Blue) = 34+222+40=296 (39% of max value = 765). Red value is 34 (13.67% from 255 or 11.49% from 296); Green value is 222 (87.11% from 255 or 75% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 222 - color contains mainly: green. Hex color #22DE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22DE28 is #DD21D7. Grayscale: #919191. Windows color (decimal): -14492120 or 2678306. OLE color: 2678306.
HSL color Cylindrical-coordinate representation of color #22DE28: hue angle of 121.91º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22DE28 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 34 | 222 | 40 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.13 |
| HSL | 121.91º | 0.74% | 0.5% | - |
| HSV(B) | 121.91º | 0.85% | 0.87% | - |
| XYZ | 27.16 | 52.74 | 10.75 | - |
| YUV | 145.04 | 68.72 | 48.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 222 | 40 | 0.85 | 0 | 0.82 | 0.13 | 121.91 | 0.74 | 0.5 |
| Hex | 22 | DE | 28 | 55 | 0 | 52 | D | 7A | 4A | 32 |
| Octal | 42 | 336 | 50 | 125 | 0 | 122 | 15 | 172 | 112 | 62 |
| Binary | 100010 | 11011110 | 101000 | 1010101 | 0 | 1010010 | 1101 | 1111010 | 1001010 | 110010 |
Color Harmonies of #22DE28
Complementary color
Monochromatic Colors of #22DE28
Black with #22DE28
Text Example
Text Example
White with #22DE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22DE28; }
p { color: rgb(34,222,40); }
H1.HeaderClassName
{
color: #22DE28;
}
.AnyTagClassName
{
color: #22DE28;
}
</style>
background-color css
<style>
a { background-color: #22DE28; }
a { background-color: rgb(34,222,40); }
div.DivClassName
{
background-color: #22DE28;
}
.BgClassName
{
background-color: #22DE28;
}
</style>
border-color css
<style>
span { border-color: #22DE28; }
span { border-color: rgb(34,222,40); }
td.TdClassName
{
border-color: #22DE28;
}
.TagClassName
{
border-color: #22DE28;
}
</style>