Shades of Lime Green #2EC02C
Tints of Lime Green #2EC02C
RGB
CMYK
RGB Variations
Color information
#2EC02C (or 0x2EC02C) is known color: Lime Green. HEX triplet: 2E, C0 and 2C. RGB value is (46,192,44). Sum of RGB (Red+Green+Blue) = 46+192+44=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC02C is #D13FD3. Grayscale: #838383. Windows color (decimal): -13713364 or 2932782. OLE color: 2932782.
HSL color Cylindrical-coordinate representation of color #2EC02C: hue angle of 119.19º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC02C is Cyan = 0.76, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 44 | - |
| CMYK | 0.76 | 0 | 0.77 | 0.25 |
| HSL | 119.19º | 0.63% | 0.46% | - |
| HSV(B) | 119.19º | 0.77% | 0.75% | - |
| XYZ | 20.43 | 38.46 | 8.73 | - |
| YUV | 131.47 | 78.63 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 44 | 0.76 | 0 | 0.77 | 0.25 | 119.19 | 0.63 | 0.46 |
| Hex | 2E | C0 | 2C | 4C | 0 | 4D | 19 | 77 | 3F | 2E |
| Octal | 56 | 300 | 54 | 114 | 0 | 115 | 31 | 167 | 77 | 56 |
| Binary | 101110 | 11000000 | 101100 | 1001100 | 0 | 1001101 | 11001 | 1110111 | 111111 | 101110 |
Color Harmonies of #2EC02C
Complementary color
Monochromatic Colors of #2EC02C
Black with #2EC02C
Text Example
Text Example
White with #2EC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC02C; }
p { color: rgb(46,192,44); }
H1.HeaderClassName
{
color: #2EC02C;
}
.AnyTagClassName
{
color: #2EC02C;
}
</style>
background-color css
<style>
a { background-color: #2EC02C; }
a { background-color: rgb(46,192,44); }
div.DivClassName
{
background-color: #2EC02C;
}
.BgClassName
{
background-color: #2EC02C;
}
</style>
border-color css
<style>
span { border-color: #2EC02C; }
span { border-color: rgb(46,192,44); }
td.TdClassName
{
border-color: #2EC02C;
}
.TagClassName
{
border-color: #2EC02C;
}
</style>