Shades of Lime Green #2EC426
Tints of Lime Green #2EC426
RGB
CMYK
RGB Variations
Color information
#2EC426 (or 0x2EC426) is known color: Lime Green. HEX triplet: 2E, C4 and 26. RGB value is (46,196,38). Sum of RGB (Red+Green+Blue) = 46+196+38=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 196 (76.95% from 255 or 70% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC426 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC426 is #D13BD9. Grayscale: #858585. Windows color (decimal): -13712346 or 2540590. OLE color: 2540590.
HSL color Cylindrical-coordinate representation of color #2EC426: hue angle of 116.96º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EC426 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 38 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.23 |
| HSL | 116.96º | 0.68% | 0.46% | - |
| HSV(B) | 116.96º | 0.81% | 0.77% | - |
| XYZ | 21.22 | 40.2 | 8.47 | - |
| YUV | 133.14 | 74.31 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 38 | 0.77 | 0 | 0.81 | 0.23 | 116.96 | 0.68 | 0.46 |
| Hex | 2E | C4 | 26 | 4D | 0 | 51 | 17 | 75 | 44 | 2E |
| Octal | 56 | 304 | 46 | 115 | 0 | 121 | 27 | 165 | 104 | 56 |
| Binary | 101110 | 11000100 | 100110 | 1001101 | 0 | 1010001 | 10111 | 1110101 | 1000100 | 101110 |
Color Harmonies of #2EC426
Complementary color
Monochromatic Colors of #2EC426
Black with #2EC426
Text Example
Text Example
White with #2EC426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC426; }
p { color: rgb(46,196,38); }
H1.HeaderClassName
{
color: #2EC426;
}
.AnyTagClassName
{
color: #2EC426;
}
</style>
background-color css
<style>
a { background-color: #2EC426; }
a { background-color: rgb(46,196,38); }
div.DivClassName
{
background-color: #2EC426;
}
.BgClassName
{
background-color: #2EC426;
}
</style>
border-color css
<style>
span { border-color: #2EC426; }
span { border-color: rgb(46,196,38); }
td.TdClassName
{
border-color: #2EC426;
}
.TagClassName
{
border-color: #2EC426;
}
</style>