Shades of Lime Green #22E22D
Tints of Lime Green #22E22D
RGB
CMYK
RGB Variations
Color information
#22E22D (or 0x22E22D) is known color: Lime Green. HEX triplet: 22, E2 and 2D. RGB value is (34,226,45). Sum of RGB (Red+Green+Blue) = 34+226+45=305 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.15% from 305); Green value is 226 (88.67% from 255 or 74.10% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 226 - color contains mainly: green. Hex color #22E22D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22E22D is #DD1DD2. Grayscale: #949494. Windows color (decimal): -14491091 or 3007010. OLE color: 3007010.
HSL color Cylindrical-coordinate representation of color #22E22D: hue angle of 123.44º 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 #22E22D is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 34 | 226 | 45 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.11 |
| HSL | 123.44º | 0.77% | 0.51% | - |
| HSV(B) | 123.44º | 0.85% | 0.89% | - |
| XYZ | 28.33 | 54.92 | 11.59 | - |
| YUV | 147.96 | 69.89 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 226 | 45 | 0.85 | 0 | 0.80 | 0.11 | 123.44 | 0.77 | 0.51 |
| Hex | 22 | E2 | 2D | 55 | 0 | 50 | B | 7B | 4D | 33 |
| Octal | 42 | 342 | 55 | 125 | 0 | 120 | 13 | 173 | 115 | 63 |
| Binary | 100010 | 11100010 | 101101 | 1010101 | 0 | 1010000 | 1011 | 1111011 | 1001101 | 110011 |
Color Harmonies of #22E22D
Complementary color
Monochromatic Colors of #22E22D
Black with #22E22D
Text Example
Text Example
White with #22E22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E22D; }
p { color: rgb(34,226,45); }
H1.HeaderClassName
{
color: #22E22D;
}
.AnyTagClassName
{
color: #22E22D;
}
</style>
background-color css
<style>
a { background-color: #22E22D; }
a { background-color: rgb(34,226,45); }
div.DivClassName
{
background-color: #22E22D;
}
.BgClassName
{
background-color: #22E22D;
}
</style>
border-color css
<style>
span { border-color: #22E22D; }
span { border-color: rgb(34,226,45); }
td.TdClassName
{
border-color: #22E22D;
}
.TagClassName
{
border-color: #22E22D;
}
</style>