Shades of Lime Green #2EDA45
Tints of Lime Green #2EDA45
RGB
CMYK
RGB Variations
Color information
#2EDA45 (or 0x2EDA45) is known color: Lime Green. HEX triplet: 2E, DA and 45. RGB value is (46,218,69). Sum of RGB (Red+Green+Blue) = 46+218+69=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 218 (85.55% from 255 or 65.47% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDA45 is #D125BA. Grayscale: #969696. Windows color (decimal): -13706683 or 4577838. OLE color: 4577838.
HSL color Cylindrical-coordinate representation of color #2EDA45: hue angle of 128.02º 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 #2EDA45 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 218 | 69 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.15 |
| HSL | 128.02º | 0.7% | 0.52% | - |
| HSV(B) | 128.02º | 0.79% | 0.85% | - |
| XYZ | 27.27 | 51.15 | 14.07 | - |
| YUV | 149.59 | 82.52 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 69 | 0.79 | 0 | 0.68 | 0.15 | 128.02 | 0.7 | 0.52 |
| Hex | 2E | DA | 45 | 4F | 0 | 44 | F | 80 | 46 | 34 |
| Octal | 56 | 332 | 105 | 117 | 0 | 104 | 17 | 200 | 106 | 64 |
| Binary | 101110 | 11011010 | 1000101 | 1001111 | 0 | 1000100 | 1111 | 10000000 | 1000110 | 110100 |
Color Harmonies of #2EDA45
Complementary color
Monochromatic Colors of #2EDA45
Black with #2EDA45
Text Example
Text Example
White with #2EDA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDA45; }
p { color: rgb(46,218,69); }
H1.HeaderClassName
{
color: #2EDA45;
}
.AnyTagClassName
{
color: #2EDA45;
}
</style>
background-color css
<style>
a { background-color: #2EDA45; }
a { background-color: rgb(46,218,69); }
div.DivClassName
{
background-color: #2EDA45;
}
.BgClassName
{
background-color: #2EDA45;
}
</style>
border-color css
<style>
span { border-color: #2EDA45; }
span { border-color: rgb(46,218,69); }
td.TdClassName
{
border-color: #2EDA45;
}
.TagClassName
{
border-color: #2EDA45;
}
</style>