Shades of Lime Green #2EC134
Tints of Lime Green #2EC134
RGB
CMYK
RGB Variations
Color information
#2EC134 (or 0x2EC134) is known color: Lime Green. HEX triplet: 2E, C1 and 34. RGB value is (46,193,52). Sum of RGB (Red+Green+Blue) = 46+193+52=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 193 (75.78% from 255 or 66.32% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC134 is #D13ECB. Grayscale: #858585. Windows color (decimal): -13713100 or 3457326. OLE color: 3457326.
HSL color Cylindrical-coordinate representation of color #2EC134: hue angle of 122.45º 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 #2EC134 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 52 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.24 |
| HSL | 122.45º | 0.62% | 0.47% | - |
| HSV(B) | 122.45º | 0.76% | 0.76% | - |
| XYZ | 20.82 | 38.97 | 9.67 | - |
| YUV | 132.97 | 82.3 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 52 | 0.76 | 0 | 0.73 | 0.24 | 122.45 | 0.62 | 0.47 |
| Hex | 2E | C1 | 34 | 4C | 0 | 49 | 18 | 7A | 3E | 2F |
| Octal | 56 | 301 | 64 | 114 | 0 | 111 | 30 | 172 | 76 | 57 |
| Binary | 101110 | 11000001 | 110100 | 1001100 | 0 | 1001001 | 11000 | 1111010 | 111110 | 101111 |
Color Harmonies of #2EC134
Complementary color
Monochromatic Colors of #2EC134
Black with #2EC134
Text Example
Text Example
White with #2EC134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC134; }
p { color: rgb(46,193,52); }
H1.HeaderClassName
{
color: #2EC134;
}
.AnyTagClassName
{
color: #2EC134;
}
</style>
background-color css
<style>
a { background-color: #2EC134; }
a { background-color: rgb(46,193,52); }
div.DivClassName
{
background-color: #2EC134;
}
.BgClassName
{
background-color: #2EC134;
}
</style>
border-color css
<style>
span { border-color: #2EC134; }
span { border-color: rgb(46,193,52); }
td.TdClassName
{
border-color: #2EC134;
}
.TagClassName
{
border-color: #2EC134;
}
</style>