Shades of Lime Green #2EC93E
Tints of Lime Green #2EC93E
RGB
CMYK
RGB Variations
Color information
#2EC93E (or 0x2EC93E) is known color: Lime Green. HEX triplet: 2E, C9 and 3E. RGB value is (46,201,62). Sum of RGB (Red+Green+Blue) = 46+201+62=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 201 (78.91% from 255 or 65.05% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC93E is #D136C1. Grayscale: #8B8B8B. Windows color (decimal): -13711042 or 4114734. OLE color: 4114734.
HSL color Cylindrical-coordinate representation of color #2EC93E: hue angle of 126.19º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC93E is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 62 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.21 |
| HSL | 126.19º | 0.63% | 0.48% | - |
| HSV(B) | 126.19º | 0.77% | 0.79% | - |
| XYZ | 22.88 | 42.7 | 11.59 | - |
| YUV | 138.81 | 84.65 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 62 | 0.77 | 0 | 0.69 | 0.21 | 126.19 | 0.63 | 0.48 |
| Hex | 2E | C9 | 3E | 4D | 0 | 45 | 15 | 7E | 3F | 30 |
| Octal | 56 | 311 | 76 | 115 | 0 | 105 | 25 | 176 | 77 | 60 |
| Binary | 101110 | 11001001 | 111110 | 1001101 | 0 | 1000101 | 10101 | 1111110 | 111111 | 110000 |
Color Harmonies of #2EC93E
Complementary color
Monochromatic Colors of #2EC93E
Black with #2EC93E
Text Example
Text Example
White with #2EC93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC93E; }
p { color: rgb(46,201,62); }
H1.HeaderClassName
{
color: #2EC93E;
}
.AnyTagClassName
{
color: #2EC93E;
}
</style>
background-color css
<style>
a { background-color: #2EC93E; }
a { background-color: rgb(46,201,62); }
div.DivClassName
{
background-color: #2EC93E;
}
.BgClassName
{
background-color: #2EC93E;
}
</style>
border-color css
<style>
span { border-color: #2EC93E; }
span { border-color: rgb(46,201,62); }
td.TdClassName
{
border-color: #2EC93E;
}
.TagClassName
{
border-color: #2EC93E;
}
</style>