Shades of Lime Green #2EC04B
Tints of Lime Green #2EC04B
RGB
CMYK
RGB Variations
Color information
#2EC04B (or 0x2EC04B) is known color: Lime Green. HEX triplet: 2E, C0 and 4B. RGB value is (46,192,75). Sum of RGB (Red+Green+Blue) = 46+192+75=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 192 (75.39% from 255 or 61.34% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC04B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC04B is #D13FB4. Grayscale: #878787. Windows color (decimal): -13713333 or 4964398. OLE color: 4964398.
HSL color Cylindrical-coordinate representation of color #2EC04B: hue angle of 131.92º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC04B is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 75 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.25 |
| HSL | 131.92º | 0.61% | 0.47% | - |
| HSV(B) | 131.92º | 0.76% | 0.75% | - |
| XYZ | 21.25 | 38.79 | 13.02 | - |
| YUV | 135.01 | 94.13 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 75 | 0.76 | 0 | 0.61 | 0.25 | 131.92 | 0.61 | 0.47 |
| Hex | 2E | C0 | 4B | 4C | 0 | 3D | 19 | 84 | 3D | 2F |
| Octal | 56 | 300 | 113 | 114 | 0 | 75 | 31 | 204 | 75 | 57 |
| Binary | 101110 | 11000000 | 1001011 | 1001100 | 0 | 111101 | 11001 | 10000100 | 111101 | 101111 |
Color Harmonies of #2EC04B
Complementary color
Monochromatic Colors of #2EC04B
Black with #2EC04B
Text Example
Text Example
White with #2EC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC04B; }
p { color: rgb(46,192,75); }
H1.HeaderClassName
{
color: #2EC04B;
}
.AnyTagClassName
{
color: #2EC04B;
}
</style>
background-color css
<style>
a { background-color: #2EC04B; }
a { background-color: rgb(46,192,75); }
div.DivClassName
{
background-color: #2EC04B;
}
.BgClassName
{
background-color: #2EC04B;
}
</style>
border-color css
<style>
span { border-color: #2EC04B; }
span { border-color: rgb(46,192,75); }
td.TdClassName
{
border-color: #2EC04B;
}
.TagClassName
{
border-color: #2EC04B;
}
</style>