Shades of Lime Green #2EC526
Tints of Lime Green #2EC526
RGB
CMYK
RGB Variations
Color information
#2EC526 (or 0x2EC526) is known color: Lime Green. HEX triplet: 2E, C5 and 26. RGB value is (46,197,38). Sum of RGB (Red+Green+Blue) = 46+197+38=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 197 (77.34% from 255 or 70.11% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC526 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC526 is #D13AD9. Grayscale: #868686. Windows color (decimal): -13712090 or 2540846. OLE color: 2540846.
HSL color Cylindrical-coordinate representation of color #2EC526: hue angle of 116.98º 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 #2EC526 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 38 | - |
| CMYK | 0.77 | 0 | 0.81 | 0.23 |
| HSL | 116.98º | 0.68% | 0.46% | - |
| HSV(B) | 116.98º | 0.81% | 0.77% | - |
| XYZ | 21.44 | 40.65 | 8.55 | - |
| YUV | 133.73 | 73.97 | 65.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 38 | 0.77 | 0 | 0.81 | 0.23 | 116.98 | 0.68 | 0.46 |
| Hex | 2E | C5 | 26 | 4D | 0 | 51 | 17 | 75 | 44 | 2E |
| Octal | 56 | 305 | 46 | 115 | 0 | 121 | 27 | 165 | 104 | 56 |
| Binary | 101110 | 11000101 | 100110 | 1001101 | 0 | 1010001 | 10111 | 1110101 | 1000100 | 101110 |
Color Harmonies of #2EC526
Complementary color
Monochromatic Colors of #2EC526
Black with #2EC526
Text Example
Text Example
White with #2EC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC526; }
p { color: rgb(46,197,38); }
H1.HeaderClassName
{
color: #2EC526;
}
.AnyTagClassName
{
color: #2EC526;
}
</style>
background-color css
<style>
a { background-color: #2EC526; }
a { background-color: rgb(46,197,38); }
div.DivClassName
{
background-color: #2EC526;
}
.BgClassName
{
background-color: #2EC526;
}
</style>
border-color css
<style>
span { border-color: #2EC526; }
span { border-color: rgb(46,197,38); }
td.TdClassName
{
border-color: #2EC526;
}
.TagClassName
{
border-color: #2EC526;
}
</style>