Shades of Lime Green #2EDF45
Tints of Lime Green #2EDF45
RGB
CMYK
RGB Variations
Color information
#2EDF45 (or 0x2EDF45) is known color: Lime Green. HEX triplet: 2E, DF and 45. RGB value is (46,223,69). Sum of RGB (Red+Green+Blue) = 46+223+69=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 223 (87.5% from 255 or 65.98% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDF45 is #D120BA. Grayscale: #989898. Windows color (decimal): -13705403 or 4579118. OLE color: 4579118.
HSL color Cylindrical-coordinate representation of color #2EDF45: hue angle of 127.8º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDF45 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 69 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.13 |
| HSL | 127.8º | 0.73% | 0.53% | - |
| HSV(B) | 127.8º | 0.79% | 0.87% | - |
| XYZ | 28.59 | 53.79 | 14.51 | - |
| YUV | 152.52 | 80.86 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 69 | 0.79 | 0 | 0.69 | 0.13 | 127.8 | 0.73 | 0.53 |
| Hex | 2E | DF | 45 | 4F | 0 | 45 | D | 80 | 49 | 35 |
| Octal | 56 | 337 | 105 | 117 | 0 | 105 | 15 | 200 | 111 | 65 |
| Binary | 101110 | 11011111 | 1000101 | 1001111 | 0 | 1000101 | 1101 | 10000000 | 1001001 | 110101 |
Color Harmonies of #2EDF45
Complementary color
Monochromatic Colors of #2EDF45
Black with #2EDF45
Text Example
Text Example
White with #2EDF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF45; }
p { color: rgb(46,223,69); }
H1.HeaderClassName
{
color: #2EDF45;
}
.AnyTagClassName
{
color: #2EDF45;
}
</style>
background-color css
<style>
a { background-color: #2EDF45; }
a { background-color: rgb(46,223,69); }
div.DivClassName
{
background-color: #2EDF45;
}
.BgClassName
{
background-color: #2EDF45;
}
</style>
border-color css
<style>
span { border-color: #2EDF45; }
span { border-color: rgb(46,223,69); }
td.TdClassName
{
border-color: #2EDF45;
}
.TagClassName
{
border-color: #2EDF45;
}
</style>