Shades of Lime Green #2EC148
Tints of Lime Green #2EC148
RGB
CMYK
RGB Variations
Color information
#2EC148 (or 0x2EC148) is known color: Lime Green. HEX triplet: 2E, C1 and 48. RGB value is (46,193,72). Sum of RGB (Red+Green+Blue) = 46+193+72=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 193 (75.78% from 255 or 62.06% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC148 is #D13EB7. Grayscale: #878787. Windows color (decimal): -13713080 or 4768046. OLE color: 4768046.
HSL color Cylindrical-coordinate representation of color #2EC148: hue angle of 130.61º 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 #2EC148 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 72 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.24 |
| HSL | 130.61º | 0.62% | 0.47% | - |
| HSV(B) | 130.61º | 0.76% | 0.76% | - |
| XYZ | 21.37 | 39.19 | 12.57 | - |
| YUV | 135.25 | 92.3 | 64.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 72 | 0.76 | 0 | 0.63 | 0.24 | 130.61 | 0.62 | 0.47 |
| Hex | 2E | C1 | 48 | 4C | 0 | 3F | 18 | 83 | 3E | 2F |
| Octal | 56 | 301 | 110 | 114 | 0 | 77 | 30 | 203 | 76 | 57 |
| Binary | 101110 | 11000001 | 1001000 | 1001100 | 0 | 111111 | 11000 | 10000011 | 111110 | 101111 |
Color Harmonies of #2EC148
Complementary color
Monochromatic Colors of #2EC148
Black with #2EC148
Text Example
Text Example
White with #2EC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC148; }
p { color: rgb(46,193,72); }
H1.HeaderClassName
{
color: #2EC148;
}
.AnyTagClassName
{
color: #2EC148;
}
</style>
background-color css
<style>
a { background-color: #2EC148; }
a { background-color: rgb(46,193,72); }
div.DivClassName
{
background-color: #2EC148;
}
.BgClassName
{
background-color: #2EC148;
}
</style>
border-color css
<style>
span { border-color: #2EC148; }
span { border-color: rgb(46,193,72); }
td.TdClassName
{
border-color: #2EC148;
}
.TagClassName
{
border-color: #2EC148;
}
</style>