Shades of Lime Green #22EC2D
Tints of Lime Green #22EC2D
RGB
CMYK
RGB Variations
Color information
#22EC2D (or 0x22EC2D) is known color: Lime Green. HEX triplet: 22, EC and 2D. RGB value is (34,236,45). Sum of RGB (Red+Green+Blue) = 34+236+45=315 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.79% from 315); Green value is 236 (92.58% from 255 or 74.92% from 315); Blue value is 45 (17.97% from 255 or 14.29% from 315); Max value from RGB is 236 - color contains mainly: green. Hex color #22EC2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #22EC2D is #DD13D2. Grayscale: #9A9A9A. Windows color (decimal): -14488531 or 3009570. OLE color: 3009570.
HSL color Cylindrical-coordinate representation of color #22EC2D: hue angle of 123.27º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22EC2D is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 236 | 45 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.07 |
| HSL | 123.27º | 0.84% | 0.53% | - |
| HSV(B) | 123.27º | 0.86% | 0.93% | - |
| XYZ | 31.13 | 60.52 | 12.52 | - |
| YUV | 153.83 | 66.58 | 42.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 236 | 45 | 0.86 | 0 | 0.81 | 0.07 | 123.27 | 0.84 | 0.53 |
| Hex | 22 | EC | 2D | 56 | 0 | 51 | 7 | 7B | 54 | 35 |
| Octal | 42 | 354 | 55 | 126 | 0 | 121 | 7 | 173 | 124 | 65 |
| Binary | 100010 | 11101100 | 101101 | 1010110 | 0 | 1010001 | 111 | 1111011 | 1010100 | 110101 |
Color Harmonies of #22EC2D
Complementary color
Monochromatic Colors of #22EC2D
Black with #22EC2D
Text Example
Text Example
White with #22EC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EC2D; }
p { color: rgb(34,236,45); }
H1.HeaderClassName
{
color: #22EC2D;
}
.AnyTagClassName
{
color: #22EC2D;
}
</style>
background-color css
<style>
a { background-color: #22EC2D; }
a { background-color: rgb(34,236,45); }
div.DivClassName
{
background-color: #22EC2D;
}
.BgClassName
{
background-color: #22EC2D;
}
</style>
border-color css
<style>
span { border-color: #22EC2D; }
span { border-color: rgb(34,236,45); }
td.TdClassName
{
border-color: #22EC2D;
}
.TagClassName
{
border-color: #22EC2D;
}
</style>