Shades of Lime Green #2ED848
Tints of Lime Green #2ED848
RGB
CMYK
RGB Variations
Color information
#2ED848 (or 0x2ED848) is known color: Lime Green. HEX triplet: 2E, D8 and 48. RGB value is (46,216,72). Sum of RGB (Red+Green+Blue) = 46+216+72=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED848 is #D127B7. Grayscale: #959595. Windows color (decimal): -13707192 or 4773934. OLE color: 4773934.
HSL color Cylindrical-coordinate representation of color #2ED848: hue angle of 129.18º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED848 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 72 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.15 |
| HSL | 129.18º | 0.69% | 0.51% | - |
| HSV(B) | 129.18º | 0.79% | 0.85% | - |
| XYZ | 26.85 | 50.16 | 14.4 | - |
| YUV | 148.75 | 84.68 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 72 | 0.79 | 0 | 0.67 | 0.15 | 129.18 | 0.69 | 0.51 |
| Hex | 2E | D8 | 48 | 4F | 0 | 43 | F | 81 | 45 | 33 |
| Octal | 56 | 330 | 110 | 117 | 0 | 103 | 17 | 201 | 105 | 63 |
| Binary | 101110 | 11011000 | 1001000 | 1001111 | 0 | 1000011 | 1111 | 10000001 | 1000101 | 110011 |
Color Harmonies of #2ED848
Complementary color
Monochromatic Colors of #2ED848
Black with #2ED848
Text Example
Text Example
White with #2ED848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED848; }
p { color: rgb(46,216,72); }
H1.HeaderClassName
{
color: #2ED848;
}
.AnyTagClassName
{
color: #2ED848;
}
</style>
background-color css
<style>
a { background-color: #2ED848; }
a { background-color: rgb(46,216,72); }
div.DivClassName
{
background-color: #2ED848;
}
.BgClassName
{
background-color: #2ED848;
}
</style>
border-color css
<style>
span { border-color: #2ED848; }
span { border-color: rgb(46,216,72); }
td.TdClassName
{
border-color: #2ED848;
}
.TagClassName
{
border-color: #2ED848;
}
</style>