Shades of Lime Green #2EDC40
Tints of Lime Green #2EDC40
RGB
CMYK
RGB Variations
Color information
#2EDC40 (or 0x2EDC40) is known color: Lime Green. HEX triplet: 2E, DC and 40. RGB value is (46,220,64). Sum of RGB (Red+Green+Blue) = 46+220+64=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDC40 is #D123BF. Grayscale: #969696. Windows color (decimal): -13706176 or 4250670. OLE color: 4250670.
HSL color Cylindrical-coordinate representation of color #2EDC40: hue angle of 126.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDC40 is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 64 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.14 |
| HSL | 126.21º | 0.71% | 0.52% | - |
| HSV(B) | 126.21º | 0.79% | 0.86% | - |
| XYZ | 27.65 | 52.14 | 13.46 | - |
| YUV | 150.19 | 79.35 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 64 | 0.79 | 0 | 0.71 | 0.14 | 126.21 | 0.71 | 0.52 |
| Hex | 2E | DC | 40 | 4F | 0 | 47 | E | 7E | 47 | 34 |
| Octal | 56 | 334 | 100 | 117 | 0 | 107 | 16 | 176 | 107 | 64 |
| Binary | 101110 | 11011100 | 1000000 | 1001111 | 0 | 1000111 | 1110 | 1111110 | 1000111 | 110100 |
Color Harmonies of #2EDC40
Complementary color
Monochromatic Colors of #2EDC40
Black with #2EDC40
Text Example
Text Example
White with #2EDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC40; }
p { color: rgb(46,220,64); }
H1.HeaderClassName
{
color: #2EDC40;
}
.AnyTagClassName
{
color: #2EDC40;
}
</style>
background-color css
<style>
a { background-color: #2EDC40; }
a { background-color: rgb(46,220,64); }
div.DivClassName
{
background-color: #2EDC40;
}
.BgClassName
{
background-color: #2EDC40;
}
</style>
border-color css
<style>
span { border-color: #2EDC40; }
span { border-color: rgb(46,220,64); }
td.TdClassName
{
border-color: #2EDC40;
}
.TagClassName
{
border-color: #2EDC40;
}
</style>