Shades of Lime Green #2EC04A
Tints of Lime Green #2EC04A
RGB
CMYK
RGB Variations
Color information
#2EC04A (or 0x2EC04A) is known color: Lime Green. HEX triplet: 2E, C0 and 4A. RGB value is (46,192,74). Sum of RGB (Red+Green+Blue) = 46+192+74=312 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.74% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC04A is #D13FB5. Grayscale: #878787. Windows color (decimal): -13713334 or 4898862. OLE color: 4898862.
HSL color Cylindrical-coordinate representation of color #2EC04A: hue angle of 131.51º 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 #2EC04A is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 74 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.25 |
| HSL | 131.51º | 0.61% | 0.47% | - |
| HSV(B) | 131.51º | 0.76% | 0.75% | - |
| XYZ | 21.21 | 38.77 | 12.84 | - |
| YUV | 134.89 | 93.63 | 64.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 74 | 0.76 | 0 | 0.61 | 0.25 | 131.51 | 0.61 | 0.47 |
| Hex | 2E | C0 | 4A | 4C | 0 | 3D | 19 | 84 | 3D | 2F |
| Octal | 56 | 300 | 112 | 114 | 0 | 75 | 31 | 204 | 75 | 57 |
| Binary | 101110 | 11000000 | 1001010 | 1001100 | 0 | 111101 | 11001 | 10000100 | 111101 | 101111 |
Color Harmonies of #2EC04A
Complementary color
Monochromatic Colors of #2EC04A
Black with #2EC04A
Text Example
Text Example
White with #2EC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC04A; }
p { color: rgb(46,192,74); }
H1.HeaderClassName
{
color: #2EC04A;
}
.AnyTagClassName
{
color: #2EC04A;
}
</style>
background-color css
<style>
a { background-color: #2EC04A; }
a { background-color: rgb(46,192,74); }
div.DivClassName
{
background-color: #2EC04A;
}
.BgClassName
{
background-color: #2EC04A;
}
</style>
border-color css
<style>
span { border-color: #2EC04A; }
span { border-color: rgb(46,192,74); }
td.TdClassName
{
border-color: #2EC04A;
}
.TagClassName
{
border-color: #2EC04A;
}
</style>