Shades of Lime Green #2EDE49
Tints of Lime Green #2EDE49
RGB
CMYK
RGB Variations
Color information
#2EDE49 (or 0x2EDE49) is known color: Lime Green. HEX triplet: 2E, DE and 49. RGB value is (46,222,73). Sum of RGB (Red+Green+Blue) = 46+222+73=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 222 (87.11% from 255 or 65.10% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDE49 is #D121B6. Grayscale: #989898. Windows color (decimal): -13705655 or 4841006. OLE color: 4841006.
HSL color Cylindrical-coordinate representation of color #2EDE49: hue angle of 129.2º 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 #2EDE49 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 73 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.13 |
| HSL | 129.2º | 0.73% | 0.53% | - |
| HSV(B) | 129.2º | 0.79% | 0.87% | - |
| XYZ | 28.45 | 53.3 | 15.09 | - |
| YUV | 152.39 | 83.19 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 73 | 0.79 | 0 | 0.67 | 0.13 | 129.2 | 0.73 | 0.53 |
| Hex | 2E | DE | 49 | 4F | 0 | 43 | D | 81 | 49 | 35 |
| Octal | 56 | 336 | 111 | 117 | 0 | 103 | 15 | 201 | 111 | 65 |
| Binary | 101110 | 11011110 | 1001001 | 1001111 | 0 | 1000011 | 1101 | 10000001 | 1001001 | 110101 |
Color Harmonies of #2EDE49
Complementary color
Monochromatic Colors of #2EDE49
Black with #2EDE49
Text Example
Text Example
White with #2EDE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE49; }
p { color: rgb(46,222,73); }
H1.HeaderClassName
{
color: #2EDE49;
}
.AnyTagClassName
{
color: #2EDE49;
}
</style>
background-color css
<style>
a { background-color: #2EDE49; }
a { background-color: rgb(46,222,73); }
div.DivClassName
{
background-color: #2EDE49;
}
.BgClassName
{
background-color: #2EDE49;
}
</style>
border-color css
<style>
span { border-color: #2EDE49; }
span { border-color: rgb(46,222,73); }
td.TdClassName
{
border-color: #2EDE49;
}
.TagClassName
{
border-color: #2EDE49;
}
</style>