Shades of Lime Green #2EDD4F
Tints of Lime Green #2EDD4F
RGB
CMYK
RGB Variations
Color information
#2EDD4F (or 0x2EDD4F) is known color: Lime Green. HEX triplet: 2E, DD and 4F. RGB value is (46,221,79). Sum of RGB (Red+Green+Blue) = 46+221+79=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 221 (86.72% from 255 or 63.87% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD4F is #D122B0. Grayscale: #989898. Windows color (decimal): -13705905 or 5233966. OLE color: 5233966.
HSL color Cylindrical-coordinate representation of color #2EDD4F: hue angle of 131.31º 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 #2EDD4F is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 79 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.13 |
| HSL | 131.31º | 0.72% | 0.52% | - |
| HSV(B) | 131.31º | 0.79% | 0.87% | - |
| XYZ | 28.39 | 52.86 | 16.1 | - |
| YUV | 152.49 | 86.52 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 79 | 0.79 | 0 | 0.64 | 0.13 | 131.31 | 0.72 | 0.52 |
| Hex | 2E | DD | 4F | 4F | 0 | 40 | D | 83 | 48 | 34 |
| Octal | 56 | 335 | 117 | 117 | 0 | 100 | 15 | 203 | 110 | 64 |
| Binary | 101110 | 11011101 | 1001111 | 1001111 | 0 | 1000000 | 1101 | 10000011 | 1001000 | 110100 |
Color Harmonies of #2EDD4F
Complementary color
Monochromatic Colors of #2EDD4F
Black with #2EDD4F
Text Example
Text Example
White with #2EDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD4F; }
p { color: rgb(46,221,79); }
H1.HeaderClassName
{
color: #2EDD4F;
}
.AnyTagClassName
{
color: #2EDD4F;
}
</style>
background-color css
<style>
a { background-color: #2EDD4F; }
a { background-color: rgb(46,221,79); }
div.DivClassName
{
background-color: #2EDD4F;
}
.BgClassName
{
background-color: #2EDD4F;
}
</style>
border-color css
<style>
span { border-color: #2EDD4F; }
span { border-color: rgb(46,221,79); }
td.TdClassName
{
border-color: #2EDD4F;
}
.TagClassName
{
border-color: #2EDD4F;
}
</style>