Shades of Lime Green #22EF2D
Tints of Lime Green #22EF2D
RGB
CMYK
RGB Variations
Color information
#22EF2D (or 0x22EF2D) is known color: Lime Green. HEX triplet: 22, EF and 2D. RGB value is (34,239,45). Sum of RGB (Red+Green+Blue) = 34+239+45=318 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.69% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #22EF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #22EF2D is #DD10D2. Grayscale: #9C9C9C. Windows color (decimal): -14487763 or 3010338. OLE color: 3010338.
HSL color Cylindrical-coordinate representation of color #22EF2D: hue angle of 123.22º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22EF2D is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 34 | 239 | 45 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.06 |
| HSL | 123.22º | 0.86% | 0.54% | - |
| HSV(B) | 123.22º | 0.86% | 0.94% | - |
| XYZ | 32 | 62.26 | 12.81 | - |
| YUV | 155.59 | 65.58 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 239 | 45 | 0.86 | 0 | 0.81 | 0.06 | 123.22 | 0.86 | 0.54 |
| Hex | 22 | EF | 2D | 56 | 0 | 51 | 6 | 7B | 56 | 36 |
| Octal | 42 | 357 | 55 | 126 | 0 | 121 | 6 | 173 | 126 | 66 |
| Binary | 100010 | 11101111 | 101101 | 1010110 | 0 | 1010001 | 110 | 1111011 | 1010110 | 110110 |
Color Harmonies of #22EF2D
Complementary color
Monochromatic Colors of #22EF2D
Black with #22EF2D
Text Example
Text Example
White with #22EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EF2D; }
p { color: rgb(34,239,45); }
H1.HeaderClassName
{
color: #22EF2D;
}
.AnyTagClassName
{
color: #22EF2D;
}
</style>
background-color css
<style>
a { background-color: #22EF2D; }
a { background-color: rgb(34,239,45); }
div.DivClassName
{
background-color: #22EF2D;
}
.BgClassName
{
background-color: #22EF2D;
}
</style>
border-color css
<style>
span { border-color: #22EF2D; }
span { border-color: rgb(34,239,45); }
td.TdClassName
{
border-color: #22EF2D;
}
.TagClassName
{
border-color: #22EF2D;
}
</style>