Shades of Lime Green #22E440
Tints of Lime Green #22E440
RGB
CMYK
RGB Variations
Color information
#22E440 (or 0x22E440) is known color: Lime Green. HEX triplet: 22, E4 and 40. RGB value is (34,228,64). Sum of RGB (Red+Green+Blue) = 34+228+64=326 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.43% from 326); Green value is 228 (89.45% from 255 or 69.94% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 228 - color contains mainly: green. Hex color #22E440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22E440 is #DD1BBF. Grayscale: #979797. Windows color (decimal): -14490560 or 4252706. OLE color: 4252706.
HSL color Cylindrical-coordinate representation of color #22E440: hue angle of 129.28º degrees, saturation: 0.78, 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 #22E440 is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 228 | 64 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.11 |
| HSL | 129.28º | 0.78% | 0.51% | - |
| HSV(B) | 129.28º | 0.85% | 0.89% | - |
| XYZ | 29.33 | 56.2 | 14.15 | - |
| YUV | 151.3 | 78.73 | 44.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 228 | 64 | 0.85 | 0 | 0.72 | 0.11 | 129.28 | 0.78 | 0.51 |
| Hex | 22 | E4 | 40 | 55 | 0 | 48 | B | 81 | 4E | 33 |
| Octal | 42 | 344 | 100 | 125 | 0 | 110 | 13 | 201 | 116 | 63 |
| Binary | 100010 | 11100100 | 1000000 | 1010101 | 0 | 1001000 | 1011 | 10000001 | 1001110 | 110011 |
Color Harmonies of #22E440
Complementary color
Monochromatic Colors of #22E440
Black with #22E440
Text Example
Text Example
White with #22E440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E440; }
p { color: rgb(34,228,64); }
H1.HeaderClassName
{
color: #22E440;
}
.AnyTagClassName
{
color: #22E440;
}
</style>
background-color css
<style>
a { background-color: #22E440; }
a { background-color: rgb(34,228,64); }
div.DivClassName
{
background-color: #22E440;
}
.BgClassName
{
background-color: #22E440;
}
</style>
border-color css
<style>
span { border-color: #22E440; }
span { border-color: rgb(34,228,64); }
td.TdClassName
{
border-color: #22E440;
}
.TagClassName
{
border-color: #22E440;
}
</style>