Shades of Lime Green #2EC139
Tints of Lime Green #2EC139
RGB
CMYK
RGB Variations
Color information
#2EC139 (or 0x2EC139) is known color: Lime Green. HEX triplet: 2E, C1 and 39. RGB value is (46,193,57). Sum of RGB (Red+Green+Blue) = 46+193+57=296 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.54% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC139 is #D13EC6. Grayscale: #858585. Windows color (decimal): -13713095 or 3785006. OLE color: 3785006.
HSL color Cylindrical-coordinate representation of color #2EC139: hue angle of 124.49º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC139 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 57 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.24 |
| HSL | 124.49º | 0.62% | 0.47% | - |
| HSV(B) | 124.49º | 0.76% | 0.76% | - |
| XYZ | 20.94 | 39.02 | 10.3 | - |
| YUV | 133.54 | 84.8 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 57 | 0.76 | 0 | 0.70 | 0.24 | 124.49 | 0.62 | 0.47 |
| Hex | 2E | C1 | 39 | 4C | 0 | 46 | 18 | 7C | 3E | 2F |
| Octal | 56 | 301 | 71 | 114 | 0 | 106 | 30 | 174 | 76 | 57 |
| Binary | 101110 | 11000001 | 111001 | 1001100 | 0 | 1000110 | 11000 | 1111100 | 111110 | 101111 |
Color Harmonies of #2EC139
Complementary color
Monochromatic Colors of #2EC139
Black with #2EC139
Text Example
Text Example
White with #2EC139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC139; }
p { color: rgb(46,193,57); }
H1.HeaderClassName
{
color: #2EC139;
}
.AnyTagClassName
{
color: #2EC139;
}
</style>
background-color css
<style>
a { background-color: #2EC139; }
a { background-color: rgb(46,193,57); }
div.DivClassName
{
background-color: #2EC139;
}
.BgClassName
{
background-color: #2EC139;
}
</style>
border-color css
<style>
span { border-color: #2EC139; }
span { border-color: rgb(46,193,57); }
td.TdClassName
{
border-color: #2EC139;
}
.TagClassName
{
border-color: #2EC139;
}
</style>