Shades of Lime Green #2EDA3C
Tints of Lime Green #2EDA3C
RGB
CMYK
RGB Variations
Color information
#2EDA3C (or 0x2EDA3C) is known color: Lime Green. HEX triplet: 2E, DA and 3C. RGB value is (46,218,60). Sum of RGB (Red+Green+Blue) = 46+218+60=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 218 (85.55% from 255 or 67.28% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDA3C is #D125C3. Grayscale: #959595. Windows color (decimal): -13706692 or 3988014. OLE color: 3988014.
HSL color Cylindrical-coordinate representation of color #2EDA3C: hue angle of 124.88º 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 #2EDA3C is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 218 | 60 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.15 |
| HSL | 124.88º | 0.7% | 0.52% | - |
| HSV(B) | 124.88º | 0.79% | 0.85% | - |
| XYZ | 27.01 | 51.05 | 12.7 | - |
| YUV | 148.56 | 78.02 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 60 | 0.79 | 0 | 0.72 | 0.15 | 124.88 | 0.7 | 0.52 |
| Hex | 2E | DA | 3C | 4F | 0 | 48 | F | 7D | 46 | 34 |
| Octal | 56 | 332 | 74 | 117 | 0 | 110 | 17 | 175 | 106 | 64 |
| Binary | 101110 | 11011010 | 111100 | 1001111 | 0 | 1001000 | 1111 | 1111101 | 1000110 | 110100 |
Color Harmonies of #2EDA3C
Complementary color
Monochromatic Colors of #2EDA3C
Black with #2EDA3C
Text Example
Text Example
White with #2EDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDA3C; }
p { color: rgb(46,218,60); }
H1.HeaderClassName
{
color: #2EDA3C;
}
.AnyTagClassName
{
color: #2EDA3C;
}
</style>
background-color css
<style>
a { background-color: #2EDA3C; }
a { background-color: rgb(46,218,60); }
div.DivClassName
{
background-color: #2EDA3C;
}
.BgClassName
{
background-color: #2EDA3C;
}
</style>
border-color css
<style>
span { border-color: #2EDA3C; }
span { border-color: rgb(46,218,60); }
td.TdClassName
{
border-color: #2EDA3C;
}
.TagClassName
{
border-color: #2EDA3C;
}
</style>