Shades of Lime Green #2EC44C
Tints of Lime Green #2EC44C
RGB
CMYK
RGB Variations
Color information
#2EC44C (or 0x2EC44C) is known color: Lime Green. HEX triplet: 2E, C4 and 4C. RGB value is (46,196,76). Sum of RGB (Red+Green+Blue) = 46+196+76=318 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.47% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC44C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC44C is #D13BB3. Grayscale: #898989. Windows color (decimal): -13712308 or 5030958. OLE color: 5030958.
HSL color Cylindrical-coordinate representation of color #2EC44C: hue angle of 132º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC44C is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 76 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.23 |
| HSL | 132º | 0.62% | 0.47% | - |
| HSV(B) | 132º | 0.77% | 0.77% | - |
| XYZ | 22.17 | 40.58 | 13.5 | - |
| YUV | 137.47 | 93.31 | 62.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 76 | 0.77 | 0 | 0.61 | 0.23 | 132 | 0.62 | 0.47 |
| Hex | 2E | C4 | 4C | 4D | 0 | 3D | 17 | 84 | 3E | 2F |
| Octal | 56 | 304 | 114 | 115 | 0 | 75 | 27 | 204 | 76 | 57 |
| Binary | 101110 | 11000100 | 1001100 | 1001101 | 0 | 111101 | 10111 | 10000100 | 111110 | 101111 |
Color Harmonies of #2EC44C
Complementary color
Monochromatic Colors of #2EC44C
Black with #2EC44C
Text Example
Text Example
White with #2EC44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC44C; }
p { color: rgb(46,196,76); }
H1.HeaderClassName
{
color: #2EC44C;
}
.AnyTagClassName
{
color: #2EC44C;
}
</style>
background-color css
<style>
a { background-color: #2EC44C; }
a { background-color: rgb(46,196,76); }
div.DivClassName
{
background-color: #2EC44C;
}
.BgClassName
{
background-color: #2EC44C;
}
</style>
border-color css
<style>
span { border-color: #2EC44C; }
span { border-color: rgb(46,196,76); }
td.TdClassName
{
border-color: #2EC44C;
}
.TagClassName
{
border-color: #2EC44C;
}
</style>