Shades of Lime Green #2EC741
Tints of Lime Green #2EC741
RGB
CMYK
RGB Variations
Color information
#2EC741 (or 0x2EC741) is known color: Lime Green. HEX triplet: 2E, C7 and 41. RGB value is (46,199,65). Sum of RGB (Red+Green+Blue) = 46+199+65=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 199 (78.12% from 255 or 64.19% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC741 is #D138BE. Grayscale: #8A8A8A. Windows color (decimal): -13711551 or 4310830. OLE color: 4310830.
HSL color Cylindrical-coordinate representation of color #2EC741: hue angle of 127.45º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC741 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 65 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.22 |
| HSL | 127.45º | 0.62% | 0.48% | - |
| HSV(B) | 127.45º | 0.77% | 0.78% | - |
| XYZ | 22.5 | 41.81 | 11.88 | - |
| YUV | 137.98 | 86.81 | 62.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 65 | 0.77 | 0 | 0.67 | 0.22 | 127.45 | 0.62 | 0.48 |
| Hex | 2E | C7 | 41 | 4D | 0 | 43 | 16 | 7F | 3E | 30 |
| Octal | 56 | 307 | 101 | 115 | 0 | 103 | 26 | 177 | 76 | 60 |
| Binary | 101110 | 11000111 | 1000001 | 1001101 | 0 | 1000011 | 10110 | 1111111 | 111110 | 110000 |
Color Harmonies of #2EC741
Complementary color
Monochromatic Colors of #2EC741
Black with #2EC741
Text Example
Text Example
White with #2EC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC741; }
p { color: rgb(46,199,65); }
H1.HeaderClassName
{
color: #2EC741;
}
.AnyTagClassName
{
color: #2EC741;
}
</style>
background-color css
<style>
a { background-color: #2EC741; }
a { background-color: rgb(46,199,65); }
div.DivClassName
{
background-color: #2EC741;
}
.BgClassName
{
background-color: #2EC741;
}
</style>
border-color css
<style>
span { border-color: #2EC741; }
span { border-color: rgb(46,199,65); }
td.TdClassName
{
border-color: #2EC741;
}
.TagClassName
{
border-color: #2EC741;
}
</style>