Shades of Lime Green #2EF848
Tints of Lime Green #2EF848
RGB
CMYK
RGB Variations
Color information
#2EF848 (or 0x2EF848) is known color: Lime Green. HEX triplet: 2E, F8 and 48. RGB value is (46,248,72). Sum of RGB (Red+Green+Blue) = 46+248+72=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 248 (97.27% from 255 or 67.76% from 366); Blue value is 72 (28.52% from 255 or 19.67% from 366); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF848 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF848 is #D107B7. Grayscale: #A8A8A8. Windows color (decimal): -13699000 or 4782126. OLE color: 4782126.
HSL color Cylindrical-coordinate representation of color #2EF848: hue angle of 127.72º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF848 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 72 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.03 |
| HSL | 127.72º | 0.94% | 0.58% | - |
| HSV(B) | 127.72º | 0.81% | 0.97% | - |
| XYZ | 35.86 | 68.18 | 17.4 | - |
| YUV | 167.54 | 74.08 | 41.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 72 | 0.81 | 0 | 0.71 | 0.03 | 127.72 | 0.94 | 0.58 |
| Hex | 2E | F8 | 48 | 51 | 0 | 47 | 3 | 80 | 5E | 3A |
| Octal | 56 | 370 | 110 | 121 | 0 | 107 | 3 | 200 | 136 | 72 |
| Binary | 101110 | 11111000 | 1001000 | 1010001 | 0 | 1000111 | 11 | 10000000 | 1011110 | 111010 |
Color Harmonies of #2EF848
Complementary color
Monochromatic Colors of #2EF848
Black with #2EF848
Text Example
Text Example
White with #2EF848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF848; }
p { color: rgb(46,248,72); }
H1.HeaderClassName
{
color: #2EF848;
}
.AnyTagClassName
{
color: #2EF848;
}
</style>
background-color css
<style>
a { background-color: #2EF848; }
a { background-color: rgb(46,248,72); }
div.DivClassName
{
background-color: #2EF848;
}
.BgClassName
{
background-color: #2EF848;
}
</style>
border-color css
<style>
span { border-color: #2EF848; }
span { border-color: rgb(46,248,72); }
td.TdClassName
{
border-color: #2EF848;
}
.TagClassName
{
border-color: #2EF848;
}
</style>