Shades of Lime Green #2EF548
Tints of Lime Green #2EF548
RGB
CMYK
RGB Variations
Color information
#2EF548 (or 0x2EF548) is known color: Lime Green. HEX triplet: 2E, F5 and 48. RGB value is (46,245,72). Sum of RGB (Red+Green+Blue) = 46+245+72=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 245 (96.09% from 255 or 67.49% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF548 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF548 is #D10AB7. Grayscale: #A6A6A6. Windows color (decimal): -13699768 or 4781358. OLE color: 4781358.
HSL color Cylindrical-coordinate representation of color #2EF548: hue angle of 127.84º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF548 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 245 | 72 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.04 |
| HSL | 127.84º | 0.91% | 0.57% | - |
| HSV(B) | 127.84º | 0.81% | 0.96% | - |
| XYZ | 34.95 | 66.35 | 17.1 | - |
| YUV | 165.78 | 75.07 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 245 | 72 | 0.81 | 0 | 0.71 | 0.04 | 127.84 | 0.91 | 0.57 |
| Hex | 2E | F5 | 48 | 51 | 0 | 47 | 4 | 80 | 5B | 39 |
| Octal | 56 | 365 | 110 | 121 | 0 | 107 | 4 | 200 | 133 | 71 |
| Binary | 101110 | 11110101 | 1001000 | 1010001 | 0 | 1000111 | 100 | 10000000 | 1011011 | 111001 |
Color Harmonies of #2EF548
Complementary color
Monochromatic Colors of #2EF548
Black with #2EF548
Text Example
Text Example
White with #2EF548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF548; }
p { color: rgb(46,245,72); }
H1.HeaderClassName
{
color: #2EF548;
}
.AnyTagClassName
{
color: #2EF548;
}
</style>
background-color css
<style>
a { background-color: #2EF548; }
a { background-color: rgb(46,245,72); }
div.DivClassName
{
background-color: #2EF548;
}
.BgClassName
{
background-color: #2EF548;
}
</style>
border-color css
<style>
span { border-color: #2EF548; }
span { border-color: rgb(46,245,72); }
td.TdClassName
{
border-color: #2EF548;
}
.TagClassName
{
border-color: #2EF548;
}
</style>