Shades of Lime Green #2EC130
Tints of Lime Green #2EC130
RGB
CMYK
RGB Variations
Color information
#2EC130 (or 0x2EC130) is known color: Lime Green. HEX triplet: 2E, C1 and 30. RGB value is (46,193,48). Sum of RGB (Red+Green+Blue) = 46+193+48=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 193 (75.78% from 255 or 67.25% from 287); Blue value is 48 (19.14% from 255 or 16.72% from 287); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC130 is #D13ECF. Grayscale: #848484. Windows color (decimal): -13713104 or 3195182. OLE color: 3195182.
HSL color Cylindrical-coordinate representation of color #2EC130: hue angle of 120.82º 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 #2EC130 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 48 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.24 |
| HSL | 120.82º | 0.62% | 0.47% | - |
| HSV(B) | 120.82º | 0.76% | 0.76% | - |
| XYZ | 20.73 | 38.93 | 9.22 | - |
| YUV | 132.52 | 80.3 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 48 | 0.76 | 0 | 0.75 | 0.24 | 120.82 | 0.62 | 0.47 |
| Hex | 2E | C1 | 30 | 4C | 0 | 4B | 18 | 79 | 3E | 2F |
| Octal | 56 | 301 | 60 | 114 | 0 | 113 | 30 | 171 | 76 | 57 |
| Binary | 101110 | 11000001 | 110000 | 1001100 | 0 | 1001011 | 11000 | 1111001 | 111110 | 101111 |
Color Harmonies of #2EC130
Complementary color
Monochromatic Colors of #2EC130
Black with #2EC130
Text Example
Text Example
White with #2EC130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC130; }
p { color: rgb(46,193,48); }
H1.HeaderClassName
{
color: #2EC130;
}
.AnyTagClassName
{
color: #2EC130;
}
</style>
background-color css
<style>
a { background-color: #2EC130; }
a { background-color: rgb(46,193,48); }
div.DivClassName
{
background-color: #2EC130;
}
.BgClassName
{
background-color: #2EC130;
}
</style>
border-color css
<style>
span { border-color: #2EC130; }
span { border-color: rgb(46,193,48); }
td.TdClassName
{
border-color: #2EC130;
}
.TagClassName
{
border-color: #2EC130;
}
</style>