Shades of Lime Green #2ED248
Tints of Lime Green #2ED248
RGB
CMYK
RGB Variations
Color information
#2ED248 (or 0x2ED248) is known color: Lime Green. HEX triplet: 2E, D2 and 48. RGB value is (46,210,72). Sum of RGB (Red+Green+Blue) = 46+210+72=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 210 (82.42% from 255 or 64.02% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED248 is #D12DB7. Grayscale: #919191. Windows color (decimal): -13708728 or 4772398. OLE color: 4772398.
HSL color Cylindrical-coordinate representation of color #2ED248: hue angle of 129.51º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED248 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 210 | 72 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.18 |
| HSL | 129.51º | 0.65% | 0.5% | - |
| HSV(B) | 129.51º | 0.78% | 0.82% | - |
| XYZ | 25.34 | 47.14 | 13.89 | - |
| YUV | 145.23 | 86.67 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 210 | 72 | 0.78 | 0 | 0.66 | 0.18 | 129.51 | 0.65 | 0.5 |
| Hex | 2E | D2 | 48 | 4E | 0 | 42 | 12 | 82 | 41 | 32 |
| Octal | 56 | 322 | 110 | 116 | 0 | 102 | 22 | 202 | 101 | 62 |
| Binary | 101110 | 11010010 | 1001000 | 1001110 | 0 | 1000010 | 10010 | 10000010 | 1000001 | 110010 |
Color Harmonies of #2ED248
Complementary color
Monochromatic Colors of #2ED248
Black with #2ED248
Text Example
Text Example
White with #2ED248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED248; }
p { color: rgb(46,210,72); }
H1.HeaderClassName
{
color: #2ED248;
}
.AnyTagClassName
{
color: #2ED248;
}
</style>
background-color css
<style>
a { background-color: #2ED248; }
a { background-color: rgb(46,210,72); }
div.DivClassName
{
background-color: #2ED248;
}
.BgClassName
{
background-color: #2ED248;
}
</style>
border-color css
<style>
span { border-color: #2ED248; }
span { border-color: rgb(46,210,72); }
td.TdClassName
{
border-color: #2ED248;
}
.TagClassName
{
border-color: #2ED248;
}
</style>