Shades of Lime Green #2EDD43
Tints of Lime Green #2EDD43
RGB
CMYK
RGB Variations
Color information
#2EDD43 (or 0x2EDD43) is known color: Lime Green. HEX triplet: 2E, DD and 43. RGB value is (46,221,67). Sum of RGB (Red+Green+Blue) = 46+221+67=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDD43 is #D122BC. Grayscale: #979797. Windows color (decimal): -13705917 or 4447534. OLE color: 4447534.
HSL color Cylindrical-coordinate representation of color #2EDD43: hue angle of 127.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD43 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 67 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.13 |
| HSL | 127.2º | 0.72% | 0.52% | - |
| HSV(B) | 127.2º | 0.79% | 0.87% | - |
| XYZ | 28 | 52.7 | 14.01 | - |
| YUV | 151.12 | 80.52 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 67 | 0.79 | 0 | 0.70 | 0.13 | 127.2 | 0.72 | 0.52 |
| Hex | 2E | DD | 43 | 4F | 0 | 46 | D | 7F | 48 | 34 |
| Octal | 56 | 335 | 103 | 117 | 0 | 106 | 15 | 177 | 110 | 64 |
| Binary | 101110 | 11011101 | 1000011 | 1001111 | 0 | 1000110 | 1101 | 1111111 | 1001000 | 110100 |
Color Harmonies of #2EDD43
Complementary color
Monochromatic Colors of #2EDD43
Black with #2EDD43
Text Example
Text Example
White with #2EDD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD43; }
p { color: rgb(46,221,67); }
H1.HeaderClassName
{
color: #2EDD43;
}
.AnyTagClassName
{
color: #2EDD43;
}
</style>
background-color css
<style>
a { background-color: #2EDD43; }
a { background-color: rgb(46,221,67); }
div.DivClassName
{
background-color: #2EDD43;
}
.BgClassName
{
background-color: #2EDD43;
}
</style>
border-color css
<style>
span { border-color: #2EDD43; }
span { border-color: rgb(46,221,67); }
td.TdClassName
{
border-color: #2EDD43;
}
.TagClassName
{
border-color: #2EDD43;
}
</style>