Shades of Lime Green #22E428
Tints of Lime Green #22E428
RGB
CMYK
RGB Variations
Color information
#22E428 (or 0x22E428) is known color: Lime Green. HEX triplet: 22, E4 and 28. RGB value is (34,228,40). Sum of RGB (Red+Green+Blue) = 34+228+40=302 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.26% from 302); Green value is 228 (89.45% from 255 or 75.50% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 228 - color contains mainly: green. Hex color #22E428 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22E428 is #DD1BD7. Grayscale: #959595. Windows color (decimal): -14490584 or 2679842. OLE color: 2679842.
HSL color Cylindrical-coordinate representation of color #22E428: hue angle of 121.86º 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 #22E428 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 228 | 40 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.11 |
| HSL | 121.86º | 0.78% | 0.51% | - |
| HSV(B) | 121.86º | 0.85% | 0.89% | - |
| XYZ | 28.79 | 55.98 | 11.3 | - |
| YUV | 148.56 | 66.73 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 228 | 40 | 0.85 | 0 | 0.82 | 0.11 | 121.86 | 0.78 | 0.51 |
| Hex | 22 | E4 | 28 | 55 | 0 | 52 | B | 7A | 4E | 33 |
| Octal | 42 | 344 | 50 | 125 | 0 | 122 | 13 | 172 | 116 | 63 |
| Binary | 100010 | 11100100 | 101000 | 1010101 | 0 | 1010010 | 1011 | 1111010 | 1001110 | 110011 |
Color Harmonies of #22E428
Complementary color
Monochromatic Colors of #22E428
Black with #22E428
Text Example
Text Example
White with #22E428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E428; }
p { color: rgb(34,228,40); }
H1.HeaderClassName
{
color: #22E428;
}
.AnyTagClassName
{
color: #22E428;
}
</style>
background-color css
<style>
a { background-color: #22E428; }
a { background-color: rgb(34,228,40); }
div.DivClassName
{
background-color: #22E428;
}
.BgClassName
{
background-color: #22E428;
}
</style>
border-color css
<style>
span { border-color: #22E428; }
span { border-color: rgb(34,228,40); }
td.TdClassName
{
border-color: #22E428;
}
.TagClassName
{
border-color: #22E428;
}
</style>