Shades of Lime Green #2EB540
Tints of Lime Green #2EB540
RGB
CMYK
RGB Variations
Color information
#2EB540 (or 0x2EB540) is known color: Lime Green. HEX triplet: 2E, B5 and 40. RGB value is (46,181,64). Sum of RGB (Red+Green+Blue) = 46+181+64=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 181 (71.09% from 255 or 62.20% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB540 is #D14ABF. Grayscale: #7F7F7F. Windows color (decimal): -13716160 or 4240686. OLE color: 4240686.
HSL color Cylindrical-coordinate representation of color #2EB540: hue angle of 128º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB540 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 181 | 64 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.29 |
| HSL | 128º | 0.59% | 0.45% | - |
| HSV(B) | 128º | 0.75% | 0.71% | - |
| XYZ | 18.58 | 34 | 10.43 | - |
| YUV | 127.3 | 92.27 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 64 | 0.75 | 0 | 0.65 | 0.29 | 128 | 0.59 | 0.45 |
| Hex | 2E | B5 | 40 | 4B | 0 | 41 | 1D | 80 | 3B | 2D |
| Octal | 56 | 265 | 100 | 113 | 0 | 101 | 35 | 200 | 73 | 55 |
| Binary | 101110 | 10110101 | 1000000 | 1001011 | 0 | 1000001 | 11101 | 10000000 | 111011 | 101101 |
Color Harmonies of #2EB540
Complementary color
Monochromatic Colors of #2EB540
Black with #2EB540
Text Example
Text Example
White with #2EB540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB540; }
p { color: rgb(46,181,64); }
H1.HeaderClassName
{
color: #2EB540;
}
.AnyTagClassName
{
color: #2EB540;
}
</style>
background-color css
<style>
a { background-color: #2EB540; }
a { background-color: rgb(46,181,64); }
div.DivClassName
{
background-color: #2EB540;
}
.BgClassName
{
background-color: #2EB540;
}
</style>
border-color css
<style>
span { border-color: #2EB540; }
span { border-color: rgb(46,181,64); }
td.TdClassName
{
border-color: #2EB540;
}
.TagClassName
{
border-color: #2EB540;
}
</style>