Shades of Lime Green #2EC628
Tints of Lime Green #2EC628
RGB
CMYK
RGB Variations
Color information
#2EC628 (or 0x2EC628) is known color: Lime Green. HEX triplet: 2E, C6 and 28. RGB value is (46,198,40). Sum of RGB (Red+Green+Blue) = 46+198+40=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 198 (77.73% from 255 or 69.72% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC628 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC628 is #D139D7. Grayscale: #878787. Windows color (decimal): -13711832 or 2672174. OLE color: 2672174.
HSL color Cylindrical-coordinate representation of color #2EC628: hue angle of 117.72º degrees, saturation: 0.66, 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 #2EC628 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 40 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.22 |
| HSL | 117.72º | 0.66% | 0.47% | - |
| HSV(B) | 117.72º | 0.8% | 0.78% | - |
| XYZ | 21.7 | 41.12 | 8.8 | - |
| YUV | 134.54 | 74.64 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 40 | 0.77 | 0 | 0.80 | 0.22 | 117.72 | 0.66 | 0.47 |
| Hex | 2E | C6 | 28 | 4D | 0 | 50 | 16 | 76 | 42 | 2F |
| Octal | 56 | 306 | 50 | 115 | 0 | 120 | 26 | 166 | 102 | 57 |
| Binary | 101110 | 11000110 | 101000 | 1001101 | 0 | 1010000 | 10110 | 1110110 | 1000010 | 101111 |
Color Harmonies of #2EC628
Complementary color
Monochromatic Colors of #2EC628
Black with #2EC628
Text Example
Text Example
White with #2EC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC628; }
p { color: rgb(46,198,40); }
H1.HeaderClassName
{
color: #2EC628;
}
.AnyTagClassName
{
color: #2EC628;
}
</style>
background-color css
<style>
a { background-color: #2EC628; }
a { background-color: rgb(46,198,40); }
div.DivClassName
{
background-color: #2EC628;
}
.BgClassName
{
background-color: #2EC628;
}
</style>
border-color css
<style>
span { border-color: #2EC628; }
span { border-color: rgb(46,198,40); }
td.TdClassName
{
border-color: #2EC628;
}
.TagClassName
{
border-color: #2EC628;
}
</style>