Shades of Lime Green #22E240
Tints of Lime Green #22E240
RGB
CMYK
RGB Variations
Color information
#22E240 (or 0x22E240) is known color: Lime Green. HEX triplet: 22, E2 and 40. RGB value is (34,226,64). Sum of RGB (Red+Green+Blue) = 34+226+64=324 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.49% from 324); Green value is 226 (88.67% from 255 or 69.75% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 226 - color contains mainly: green. Hex color #22E240 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22E240 is #DD1DBF. Grayscale: #969696. Windows color (decimal): -14491072 or 4252194. OLE color: 4252194.
HSL color Cylindrical-coordinate representation of color #22E240: hue angle of 129.38º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E240 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 226 | 64 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.11 |
| HSL | 129.38º | 0.77% | 0.51% | - |
| HSV(B) | 129.38º | 0.85% | 0.89% | - |
| XYZ | 28.78 | 55.1 | 13.97 | - |
| YUV | 150.12 | 79.39 | 45.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 226 | 64 | 0.85 | 0 | 0.72 | 0.11 | 129.38 | 0.77 | 0.51 |
| Hex | 22 | E2 | 40 | 55 | 0 | 48 | B | 81 | 4D | 33 |
| Octal | 42 | 342 | 100 | 125 | 0 | 110 | 13 | 201 | 115 | 63 |
| Binary | 100010 | 11100010 | 1000000 | 1010101 | 0 | 1001000 | 1011 | 10000001 | 1001101 | 110011 |
Color Harmonies of #22E240
Complementary color
Monochromatic Colors of #22E240
Black with #22E240
Text Example
Text Example
White with #22E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E240; }
p { color: rgb(34,226,64); }
H1.HeaderClassName
{
color: #22E240;
}
.AnyTagClassName
{
color: #22E240;
}
</style>
background-color css
<style>
a { background-color: #22E240; }
a { background-color: rgb(34,226,64); }
div.DivClassName
{
background-color: #22E240;
}
.BgClassName
{
background-color: #22E240;
}
</style>
border-color css
<style>
span { border-color: #22E240; }
span { border-color: rgb(34,226,64); }
td.TdClassName
{
border-color: #22E240;
}
.TagClassName
{
border-color: #22E240;
}
</style>