Shades of Lime Green #2EC748
Tints of Lime Green #2EC748
RGB
CMYK
RGB Variations
Color information
#2EC748 (or 0x2EC748) is known color: Lime Green. HEX triplet: 2E, C7 and 48. RGB value is (46,199,72). Sum of RGB (Red+Green+Blue) = 46+199+72=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC748 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC748 is #D138B7. Grayscale: #8B8B8B. Windows color (decimal): -13711544 or 4769582. OLE color: 4769582.
HSL color Cylindrical-coordinate representation of color #2EC748: hue angle of 130.2º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC748 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 72 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.22 |
| HSL | 130.2º | 0.62% | 0.48% | - |
| HSV(B) | 130.2º | 0.77% | 0.78% | - |
| XYZ | 22.72 | 41.9 | 13.02 | - |
| YUV | 138.78 | 90.31 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 72 | 0.77 | 0 | 0.64 | 0.22 | 130.2 | 0.62 | 0.48 |
| Hex | 2E | C7 | 48 | 4D | 0 | 40 | 16 | 82 | 3E | 30 |
| Octal | 56 | 307 | 110 | 115 | 0 | 100 | 26 | 202 | 76 | 60 |
| Binary | 101110 | 11000111 | 1001000 | 1001101 | 0 | 1000000 | 10110 | 10000010 | 111110 | 110000 |
Color Harmonies of #2EC748
Complementary color
Monochromatic Colors of #2EC748
Black with #2EC748
Text Example
Text Example
White with #2EC748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC748; }
p { color: rgb(46,199,72); }
H1.HeaderClassName
{
color: #2EC748;
}
.AnyTagClassName
{
color: #2EC748;
}
</style>
background-color css
<style>
a { background-color: #2EC748; }
a { background-color: rgb(46,199,72); }
div.DivClassName
{
background-color: #2EC748;
}
.BgClassName
{
background-color: #2EC748;
}
</style>
border-color css
<style>
span { border-color: #2EC748; }
span { border-color: rgb(46,199,72); }
td.TdClassName
{
border-color: #2EC748;
}
.TagClassName
{
border-color: #2EC748;
}
</style>