Shades of Lime Green #2EC128
Tints of Lime Green #2EC128
RGB
CMYK
RGB Variations
Color information
#2EC128 (or 0x2EC128) is known color: Lime Green. HEX triplet: 2E, C1 and 28. RGB value is (46,193,40). Sum of RGB (Red+Green+Blue) = 46+193+40=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 193 (75.78% from 255 or 69.18% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC128 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC128 is #D13ED7. Grayscale: #848484. Windows color (decimal): -13713112 or 2670894. OLE color: 2670894.
HSL color Cylindrical-coordinate representation of color #2EC128: hue angle of 117.65º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EC128 is Cyan = 0.76, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 40 | - |
| CMYK | 0.76 | 0 | 0.79 | 0.24 |
| HSL | 117.65º | 0.66% | 0.46% | - |
| HSV(B) | 117.65º | 0.79% | 0.76% | - |
| XYZ | 20.58 | 38.87 | 8.43 | - |
| YUV | 131.61 | 76.3 | 66.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 40 | 0.76 | 0 | 0.79 | 0.24 | 117.65 | 0.66 | 0.46 |
| Hex | 2E | C1 | 28 | 4C | 0 | 4F | 18 | 76 | 42 | 2E |
| Octal | 56 | 301 | 50 | 114 | 0 | 117 | 30 | 166 | 102 | 56 |
| Binary | 101110 | 11000001 | 101000 | 1001100 | 0 | 1001111 | 11000 | 1110110 | 1000010 | 101110 |
Color Harmonies of #2EC128
Complementary color
Monochromatic Colors of #2EC128
Black with #2EC128
Text Example
Text Example
White with #2EC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC128; }
p { color: rgb(46,193,40); }
H1.HeaderClassName
{
color: #2EC128;
}
.AnyTagClassName
{
color: #2EC128;
}
</style>
background-color css
<style>
a { background-color: #2EC128; }
a { background-color: rgb(46,193,40); }
div.DivClassName
{
background-color: #2EC128;
}
.BgClassName
{
background-color: #2EC128;
}
</style>
border-color css
<style>
span { border-color: #2EC128; }
span { border-color: rgb(46,193,40); }
td.TdClassName
{
border-color: #2EC128;
}
.TagClassName
{
border-color: #2EC128;
}
</style>