Shades of Lime Green #2EC538
Tints of Lime Green #2EC538
RGB
CMYK
RGB Variations
Color information
#2EC538 (or 0x2EC538) is known color: Lime Green. HEX triplet: 2E, C5 and 38. RGB value is (46,197,56). Sum of RGB (Red+Green+Blue) = 46+197+56=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 197 (77.34% from 255 or 65.89% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC538 is #D13AC7. Grayscale: #888888. Windows color (decimal): -13712072 or 3720494. OLE color: 3720494.
HSL color Cylindrical-coordinate representation of color #2EC538: hue angle of 123.97º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC538 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 56 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.23 |
| HSL | 123.97º | 0.62% | 0.48% | - |
| HSV(B) | 123.97º | 0.77% | 0.77% | - |
| XYZ | 21.81 | 40.8 | 10.47 | - |
| YUV | 135.78 | 82.97 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 56 | 0.77 | 0 | 0.72 | 0.23 | 123.97 | 0.62 | 0.48 |
| Hex | 2E | C5 | 38 | 4D | 0 | 48 | 17 | 7C | 3E | 30 |
| Octal | 56 | 305 | 70 | 115 | 0 | 110 | 27 | 174 | 76 | 60 |
| Binary | 101110 | 11000101 | 111000 | 1001101 | 0 | 1001000 | 10111 | 1111100 | 111110 | 110000 |
Color Harmonies of #2EC538
Complementary color
Monochromatic Colors of #2EC538
Black with #2EC538
Text Example
Text Example
White with #2EC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC538; }
p { color: rgb(46,197,56); }
H1.HeaderClassName
{
color: #2EC538;
}
.AnyTagClassName
{
color: #2EC538;
}
</style>
background-color css
<style>
a { background-color: #2EC538; }
a { background-color: rgb(46,197,56); }
div.DivClassName
{
background-color: #2EC538;
}
.BgClassName
{
background-color: #2EC538;
}
</style>
border-color css
<style>
span { border-color: #2EC538; }
span { border-color: rgb(46,197,56); }
td.TdClassName
{
border-color: #2EC538;
}
.TagClassName
{
border-color: #2EC538;
}
</style>