Shades of Lime Green #2EEF22
Tints of Lime Green #2EEF22
RGB
CMYK
RGB Variations
Color information
#2EEF22 (or 0x2EEF22) is known color: Lime Green. HEX triplet: 2E, EF and 22. RGB value is (46,239,34). Sum of RGB (Red+Green+Blue) = 46+239+34=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 239 (93.75% from 255 or 74.92% from 319); Blue value is 34 (13.67% from 255 or 10.66% from 319); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF22 is #D110DD. Grayscale: #9E9E9E. Windows color (decimal): -13701342 or 2289454. OLE color: 2289454.
HSL color Cylindrical-coordinate representation of color #2EEF22: hue angle of 116.49º 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 #2EEF22 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 34 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.06 |
| HSL | 116.49º | 0.86% | 0.54% | - |
| HSV(B) | 116.49º | 0.86% | 0.94% | - |
| XYZ | 32.28 | 62.43 | 11.86 | - |
| YUV | 157.92 | 58.06 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 34 | 0.81 | 0 | 0.86 | 0.06 | 116.49 | 0.86 | 0.54 |
| Hex | 2E | EF | 22 | 51 | 0 | 56 | 6 | 74 | 56 | 36 |
| Octal | 56 | 357 | 42 | 121 | 0 | 126 | 6 | 164 | 126 | 66 |
| Binary | 101110 | 11101111 | 100010 | 1010001 | 0 | 1010110 | 110 | 1110100 | 1010110 | 110110 |
Color Harmonies of #2EEF22
Complementary color
Monochromatic Colors of #2EEF22
Black with #2EEF22
Text Example
Text Example
White with #2EEF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF22; }
p { color: rgb(46,239,34); }
H1.HeaderClassName
{
color: #2EEF22;
}
.AnyTagClassName
{
color: #2EEF22;
}
</style>
background-color css
<style>
a { background-color: #2EEF22; }
a { background-color: rgb(46,239,34); }
div.DivClassName
{
background-color: #2EEF22;
}
.BgClassName
{
background-color: #2EEF22;
}
</style>
border-color css
<style>
span { border-color: #2EEF22; }
span { border-color: rgb(46,239,34); }
td.TdClassName
{
border-color: #2EEF22;
}
.TagClassName
{
border-color: #2EEF22;
}
</style>