Shades of Lime Green #2EEF48
Tints of Lime Green #2EEF48
RGB
CMYK
RGB Variations
Color information
#2EEF48 (or 0x2EEF48) is known color: Lime Green. HEX triplet: 2E, EF and 48. RGB value is (46,239,72). Sum of RGB (Red+Green+Blue) = 46+239+72=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 239 (93.75% from 255 or 66.95% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF48 is #D110B7. Grayscale: #A2A2A2. Windows color (decimal): -13701304 or 4779822. OLE color: 4779822.
HSL color Cylindrical-coordinate representation of color #2EEF48: hue angle of 128.08º 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 #2EEF48 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 72 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.06 |
| HSL | 128.08º | 0.86% | 0.56% | - |
| HSV(B) | 128.08º | 0.81% | 0.94% | - |
| XYZ | 33.16 | 62.78 | 16.5 | - |
| YUV | 162.26 | 77.06 | 45.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 72 | 0.81 | 0 | 0.70 | 0.06 | 128.08 | 0.86 | 0.56 |
| Hex | 2E | EF | 48 | 51 | 0 | 46 | 6 | 80 | 56 | 38 |
| Octal | 56 | 357 | 110 | 121 | 0 | 106 | 6 | 200 | 126 | 70 |
| Binary | 101110 | 11101111 | 1001000 | 1010001 | 0 | 1000110 | 110 | 10000000 | 1010110 | 111000 |
Color Harmonies of #2EEF48
Complementary color
Monochromatic Colors of #2EEF48
Black with #2EEF48
Text Example
Text Example
White with #2EEF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF48; }
p { color: rgb(46,239,72); }
H1.HeaderClassName
{
color: #2EEF48;
}
.AnyTagClassName
{
color: #2EEF48;
}
</style>
background-color css
<style>
a { background-color: #2EEF48; }
a { background-color: rgb(46,239,72); }
div.DivClassName
{
background-color: #2EEF48;
}
.BgClassName
{
background-color: #2EEF48;
}
</style>
border-color css
<style>
span { border-color: #2EEF48; }
span { border-color: rgb(46,239,72); }
td.TdClassName
{
border-color: #2EEF48;
}
.TagClassName
{
border-color: #2EEF48;
}
</style>