Shades of Lime Green #2EC12C
Tints of Lime Green #2EC12C
RGB
CMYK
RGB Variations
Color information
#2EC12C (or 0x2EC12C) is known color: Lime Green. HEX triplet: 2E, C1 and 2C. RGB value is (46,193,44). Sum of RGB (Red+Green+Blue) = 46+193+44=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 193 (75.78% from 255 or 68.20% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC12C is #D13ED3. Grayscale: #848484. Windows color (decimal): -13713108 or 2933038. OLE color: 2933038.
HSL color Cylindrical-coordinate representation of color #2EC12C: hue angle of 119.19º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC12C is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 44 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.24 |
| HSL | 119.19º | 0.63% | 0.46% | - |
| HSV(B) | 119.19º | 0.77% | 0.76% | - |
| XYZ | 20.65 | 38.9 | 8.8 | - |
| YUV | 132.06 | 78.3 | 66.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 44 | 0.76 | 0 | 0.77 | 0.24 | 119.19 | 0.63 | 0.46 |
| Hex | 2E | C1 | 2C | 4C | 0 | 4D | 18 | 77 | 3F | 2E |
| Octal | 56 | 301 | 54 | 114 | 0 | 115 | 30 | 167 | 77 | 56 |
| Binary | 101110 | 11000001 | 101100 | 1001100 | 0 | 1001101 | 11000 | 1110111 | 111111 | 101110 |
Color Harmonies of #2EC12C
Complementary color
Monochromatic Colors of #2EC12C
Black with #2EC12C
Text Example
Text Example
White with #2EC12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC12C; }
p { color: rgb(46,193,44); }
H1.HeaderClassName
{
color: #2EC12C;
}
.AnyTagClassName
{
color: #2EC12C;
}
</style>
background-color css
<style>
a { background-color: #2EC12C; }
a { background-color: rgb(46,193,44); }
div.DivClassName
{
background-color: #2EC12C;
}
.BgClassName
{
background-color: #2EC12C;
}
</style>
border-color css
<style>
span { border-color: #2EC12C; }
span { border-color: rgb(46,193,44); }
td.TdClassName
{
border-color: #2EC12C;
}
.TagClassName
{
border-color: #2EC12C;
}
</style>