Shades of Lime Green #2EC728
Tints of Lime Green #2EC728
RGB
CMYK
RGB Variations
Color information
#2EC728 (or 0x2EC728) is known color: Lime Green. HEX triplet: 2E, C7 and 28. RGB value is (46,199,40). Sum of RGB (Red+Green+Blue) = 46+199+40=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 199 (78.12% from 255 or 69.82% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC728 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC728 is #D138D7. Grayscale: #878787. Windows color (decimal): -13711576 or 2672430. OLE color: 2672430.
HSL color Cylindrical-coordinate representation of color #2EC728: hue angle of 117.74º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EC728 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 40 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.22 |
| HSL | 117.74º | 0.67% | 0.47% | - |
| HSV(B) | 117.74º | 0.8% | 0.78% | - |
| XYZ | 21.93 | 41.58 | 8.88 | - |
| YUV | 135.13 | 74.31 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 40 | 0.77 | 0 | 0.80 | 0.22 | 117.74 | 0.67 | 0.47 |
| Hex | 2E | C7 | 28 | 4D | 0 | 50 | 16 | 76 | 43 | 2F |
| Octal | 56 | 307 | 50 | 115 | 0 | 120 | 26 | 166 | 103 | 57 |
| Binary | 101110 | 11000111 | 101000 | 1001101 | 0 | 1010000 | 10110 | 1110110 | 1000011 | 101111 |
Color Harmonies of #2EC728
Complementary color
Monochromatic Colors of #2EC728
Black with #2EC728
Text Example
Text Example
White with #2EC728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC728; }
p { color: rgb(46,199,40); }
H1.HeaderClassName
{
color: #2EC728;
}
.AnyTagClassName
{
color: #2EC728;
}
</style>
background-color css
<style>
a { background-color: #2EC728; }
a { background-color: rgb(46,199,40); }
div.DivClassName
{
background-color: #2EC728;
}
.BgClassName
{
background-color: #2EC728;
}
</style>
border-color css
<style>
span { border-color: #2EC728; }
span { border-color: rgb(46,199,40); }
td.TdClassName
{
border-color: #2EC728;
}
.TagClassName
{
border-color: #2EC728;
}
</style>