Shades of Lime Green #2EDA3A
Tints of Lime Green #2EDA3A
RGB
CMYK
RGB Variations
Color information
#2EDA3A (or 0x2EDA3A) is known color: Lime Green. HEX triplet: 2E, DA and 3A. RGB value is (46,218,58). Sum of RGB (Red+Green+Blue) = 46+218+58=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 218 (85.55% from 255 or 67.70% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDA3A is #D125C5. Grayscale: #949494. Windows color (decimal): -13706694 or 3856942. OLE color: 3856942.
HSL color Cylindrical-coordinate representation of color #2EDA3A: hue angle of 124.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDA3A is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 218 | 58 | - |
| CMYK | 0.79 | 0 | 0.73 | 0.15 |
| HSL | 124.19º | 0.7% | 0.52% | - |
| HSV(B) | 124.19º | 0.79% | 0.85% | - |
| XYZ | 26.96 | 51.03 | 12.43 | - |
| YUV | 148.33 | 77.02 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 58 | 0.79 | 0 | 0.73 | 0.15 | 124.19 | 0.7 | 0.52 |
| Hex | 2E | DA | 3A | 4F | 0 | 49 | F | 7C | 46 | 34 |
| Octal | 56 | 332 | 72 | 117 | 0 | 111 | 17 | 174 | 106 | 64 |
| Binary | 101110 | 11011010 | 111010 | 1001111 | 0 | 1001001 | 1111 | 1111100 | 1000110 | 110100 |
Color Harmonies of #2EDA3A
Complementary color
Monochromatic Colors of #2EDA3A
Black with #2EDA3A
Text Example
Text Example
White with #2EDA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDA3A; }
p { color: rgb(46,218,58); }
H1.HeaderClassName
{
color: #2EDA3A;
}
.AnyTagClassName
{
color: #2EDA3A;
}
</style>
background-color css
<style>
a { background-color: #2EDA3A; }
a { background-color: rgb(46,218,58); }
div.DivClassName
{
background-color: #2EDA3A;
}
.BgClassName
{
background-color: #2EDA3A;
}
</style>
border-color css
<style>
span { border-color: #2EDA3A; }
span { border-color: rgb(46,218,58); }
td.TdClassName
{
border-color: #2EDA3A;
}
.TagClassName
{
border-color: #2EDA3A;
}
</style>