Shades of Lime Green #22E12D
Tints of Lime Green #22E12D
RGB
CMYK
RGB Variations
Color information
#22E12D (or 0x22E12D) is known color: Lime Green. HEX triplet: 22, E1 and 2D. RGB value is (34,225,45). Sum of RGB (Red+Green+Blue) = 34+225+45=304 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.18% from 304); Green value is 225 (88.28% from 255 or 74.01% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 225 - color contains mainly: green. Hex color #22E12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22E12D is #DD1ED2. Grayscale: #939393. Windows color (decimal): -14491347 or 3006754. OLE color: 3006754.
HSL color Cylindrical-coordinate representation of color #22E12D: hue angle of 123.46º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22E12D is Cyan = 0.85, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 34 | 225 | 45 | - |
| CMYK | 0.85 | 0 | 0.8 | 0.12 |
| HSL | 123.46º | 0.76% | 0.51% | - |
| HSV(B) | 123.46º | 0.85% | 0.88% | - |
| XYZ | 28.06 | 54.38 | 11.5 | - |
| YUV | 147.37 | 70.22 | 47.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 225 | 45 | 0.85 | 0 | 0.8 | 0.12 | 123.46 | 0.76 | 0.51 |
| Hex | 22 | E1 | 2D | 55 | 0 | 50 | C | 7B | 4C | 33 |
| Octal | 42 | 341 | 55 | 125 | 0 | 120 | 14 | 173 | 114 | 63 |
| Binary | 100010 | 11100001 | 101101 | 1010101 | 0 | 1010000 | 1100 | 1111011 | 1001100 | 110011 |
Color Harmonies of #22E12D
Complementary color
Monochromatic Colors of #22E12D
Black with #22E12D
Text Example
Text Example
White with #22E12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22E12D; }
p { color: rgb(34,225,45); }
H1.HeaderClassName
{
color: #22E12D;
}
.AnyTagClassName
{
color: #22E12D;
}
</style>
background-color css
<style>
a { background-color: #22E12D; }
a { background-color: rgb(34,225,45); }
div.DivClassName
{
background-color: #22E12D;
}
.BgClassName
{
background-color: #22E12D;
}
</style>
border-color css
<style>
span { border-color: #22E12D; }
span { border-color: rgb(34,225,45); }
td.TdClassName
{
border-color: #22E12D;
}
.TagClassName
{
border-color: #22E12D;
}
</style>