Shades of Lime Green #2EEF23
Tints of Lime Green #2EEF23
RGB
CMYK
RGB Variations
Color information
#2EEF23 (or 0x2EEF23) is known color: Lime Green. HEX triplet: 2E, EF and 23. RGB value is (46,239,35). Sum of RGB (Red+Green+Blue) = 46+239+35=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 239 (93.75% from 255 or 74.69% from 320); Blue value is 35 (14.06% from 255 or 10.94% from 320); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF23 is #D110DC. Grayscale: #9E9E9E. Windows color (decimal): -13701341 or 2354990. OLE color: 2354990.
HSL color Cylindrical-coordinate representation of color #2EEF23: hue angle of 116.76º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EEF23 is Cyan = 0.81, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 35 | - |
| CMYK | 0.81 | 0 | 0.85 | 0.06 |
| HSL | 116.76º | 0.86% | 0.54% | - |
| HSV(B) | 116.76º | 0.85% | 0.94% | - |
| XYZ | 32.3 | 62.44 | 11.94 | - |
| YUV | 158.04 | 58.56 | 48.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 35 | 0.81 | 0 | 0.85 | 0.06 | 116.76 | 0.86 | 0.54 |
| Hex | 2E | EF | 23 | 51 | 0 | 55 | 6 | 75 | 56 | 36 |
| Octal | 56 | 357 | 43 | 121 | 0 | 125 | 6 | 165 | 126 | 66 |
| Binary | 101110 | 11101111 | 100011 | 1010001 | 0 | 1010101 | 110 | 1110101 | 1010110 | 110110 |
Color Harmonies of #2EEF23
Complementary color
Monochromatic Colors of #2EEF23
Black with #2EEF23
Text Example
Text Example
White with #2EEF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF23; }
p { color: rgb(46,239,35); }
H1.HeaderClassName
{
color: #2EEF23;
}
.AnyTagClassName
{
color: #2EEF23;
}
</style>
background-color css
<style>
a { background-color: #2EEF23; }
a { background-color: rgb(46,239,35); }
div.DivClassName
{
background-color: #2EEF23;
}
.BgClassName
{
background-color: #2EEF23;
}
</style>
border-color css
<style>
span { border-color: #2EEF23; }
span { border-color: rgb(46,239,35); }
td.TdClassName
{
border-color: #2EEF23;
}
.TagClassName
{
border-color: #2EEF23;
}
</style>