Shades of Lime Green #2EF047
Tints of Lime Green #2EF047
RGB
CMYK
RGB Variations
Color information
#2EF047 (or 0x2EF047) is known color: Lime Green. HEX triplet: 2E, F0 and 47. RGB value is (46,240,71). Sum of RGB (Red+Green+Blue) = 46+240+71=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 240 (94.14% from 255 or 67.23% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF047 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF047 is #D10FB8. Grayscale: #A3A3A3. Windows color (decimal): -13701049 or 4714542. OLE color: 4714542.
HSL color Cylindrical-coordinate representation of color #2EF047: hue angle of 127.73º degrees, saturation: 0.87, 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 #2EF047 is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 71 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.06 |
| HSL | 127.73º | 0.87% | 0.56% | - |
| HSV(B) | 127.73º | 0.81% | 0.94% | - |
| XYZ | 33.42 | 63.36 | 16.43 | - |
| YUV | 162.73 | 76.23 | 44.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 71 | 0.81 | 0 | 0.70 | 0.06 | 127.73 | 0.87 | 0.56 |
| Hex | 2E | F0 | 47 | 51 | 0 | 46 | 6 | 80 | 57 | 38 |
| Octal | 56 | 360 | 107 | 121 | 0 | 106 | 6 | 200 | 127 | 70 |
| Binary | 101110 | 11110000 | 1000111 | 1010001 | 0 | 1000110 | 110 | 10000000 | 1010111 | 111000 |
Color Harmonies of #2EF047
Complementary color
Monochromatic Colors of #2EF047
Black with #2EF047
Text Example
Text Example
White with #2EF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF047; }
p { color: rgb(46,240,71); }
H1.HeaderClassName
{
color: #2EF047;
}
.AnyTagClassName
{
color: #2EF047;
}
</style>
background-color css
<style>
a { background-color: #2EF047; }
a { background-color: rgb(46,240,71); }
div.DivClassName
{
background-color: #2EF047;
}
.BgClassName
{
background-color: #2EF047;
}
</style>
border-color css
<style>
span { border-color: #2EF047; }
span { border-color: rgb(46,240,71); }
td.TdClassName
{
border-color: #2EF047;
}
.TagClassName
{
border-color: #2EF047;
}
</style>