Shades of Lime Green #2EEF44
Tints of Lime Green #2EEF44
RGB
CMYK
RGB Variations
Color information
#2EEF44 (or 0x2EEF44) is known color: Lime Green. HEX triplet: 2E, EF and 44. RGB value is (46,239,68). Sum of RGB (Red+Green+Blue) = 46+239+68=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 239 (93.75% from 255 or 67.71% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF44 is #D110BB. Grayscale: #A2A2A2. Windows color (decimal): -13701308 or 4517678. OLE color: 4517678.
HSL color Cylindrical-coordinate representation of color #2EEF44: hue angle of 126.84º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF44 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 68 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.06 |
| HSL | 126.84º | 0.86% | 0.56% | - |
| HSV(B) | 126.84º | 0.81% | 0.94% | - |
| XYZ | 33.04 | 62.73 | 15.84 | - |
| YUV | 161.8 | 75.06 | 45.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 68 | 0.81 | 0 | 0.72 | 0.06 | 126.84 | 0.86 | 0.56 |
| Hex | 2E | EF | 44 | 51 | 0 | 48 | 6 | 7F | 56 | 38 |
| Octal | 56 | 357 | 104 | 121 | 0 | 110 | 6 | 177 | 126 | 70 |
| Binary | 101110 | 11101111 | 1000100 | 1010001 | 0 | 1001000 | 110 | 1111111 | 1010110 | 111000 |
Color Harmonies of #2EEF44
Complementary color
Monochromatic Colors of #2EEF44
Black with #2EEF44
Text Example
Text Example
White with #2EEF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF44; }
p { color: rgb(46,239,68); }
H1.HeaderClassName
{
color: #2EEF44;
}
.AnyTagClassName
{
color: #2EEF44;
}
</style>
background-color css
<style>
a { background-color: #2EEF44; }
a { background-color: rgb(46,239,68); }
div.DivClassName
{
background-color: #2EEF44;
}
.BgClassName
{
background-color: #2EEF44;
}
</style>
border-color css
<style>
span { border-color: #2EEF44; }
span { border-color: rgb(46,239,68); }
td.TdClassName
{
border-color: #2EEF44;
}
.TagClassName
{
border-color: #2EEF44;
}
</style>