Shades of Lime Green #22EE3A
Tints of Lime Green #22EE3A
RGB
CMYK
RGB Variations
Color information
#22EE3A (or 0x22EE3A) is known color: Lime Green. HEX triplet: 22, EE and 3A. RGB value is (34,238,58). Sum of RGB (Red+Green+Blue) = 34+238+58=330 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.30% from 330); Green value is 238 (93.36% from 255 or 72.12% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 238 - color contains mainly: green. Hex color #22EE3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #22EE3A is #DD11C5. Grayscale: #9C9C9C. Windows color (decimal): -14488006 or 3862050. OLE color: 3862050.
HSL color Cylindrical-coordinate representation of color #22EE3A: hue angle of 127.06º degrees, saturation: 0.86, 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 #22EE3A is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 238 | 58 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.07 |
| HSL | 127.06º | 0.86% | 0.53% | - |
| HSV(B) | 127.06º | 0.86% | 0.93% | - |
| XYZ | 32 | 61.79 | 14.24 | - |
| YUV | 156.48 | 72.41 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 238 | 58 | 0.86 | 0 | 0.76 | 0.07 | 127.06 | 0.86 | 0.53 |
| Hex | 22 | EE | 3A | 56 | 0 | 4C | 7 | 7F | 56 | 35 |
| Octal | 42 | 356 | 72 | 126 | 0 | 114 | 7 | 177 | 126 | 65 |
| Binary | 100010 | 11101110 | 111010 | 1010110 | 0 | 1001100 | 111 | 1111111 | 1010110 | 110101 |
Color Harmonies of #22EE3A
Complementary color
Monochromatic Colors of #22EE3A
Black with #22EE3A
Text Example
Text Example
White with #22EE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22EE3A; }
p { color: rgb(34,238,58); }
H1.HeaderClassName
{
color: #22EE3A;
}
.AnyTagClassName
{
color: #22EE3A;
}
</style>
background-color css
<style>
a { background-color: #22EE3A; }
a { background-color: rgb(34,238,58); }
div.DivClassName
{
background-color: #22EE3A;
}
.BgClassName
{
background-color: #22EE3A;
}
</style>
border-color css
<style>
span { border-color: #22EE3A; }
span { border-color: rgb(34,238,58); }
td.TdClassName
{
border-color: #22EE3A;
}
.TagClassName
{
border-color: #22EE3A;
}
</style>