Shades of Lime Green #2EB040
Tints of Lime Green #2EB040
RGB
CMYK
RGB Variations
Color information
#2EB040 (or 0x2EB040) is known color: Lime Green. HEX triplet: 2E, B0 and 40. RGB value is (46,176,64). Sum of RGB (Red+Green+Blue) = 46+176+64=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 176 (69.14% from 255 or 61.54% from 286); Blue value is 64 (25.39% from 255 or 22.38% from 286); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB040 is #D14FBF. Grayscale: #7C7C7C. Windows color (decimal): -13717440 or 4239406. OLE color: 4239406.
HSL color Cylindrical-coordinate representation of color #2EB040: hue angle of 128.31º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB040 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 176 | 64 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.31 |
| HSL | 128.31º | 0.59% | 0.44% | - |
| HSV(B) | 128.31º | 0.74% | 0.69% | - |
| XYZ | 17.58 | 32 | 10.1 | - |
| YUV | 124.36 | 93.93 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 176 | 64 | 0.74 | 0 | 0.64 | 0.31 | 128.31 | 0.59 | 0.44 |
| Hex | 2E | B0 | 40 | 4A | 0 | 40 | 1F | 80 | 3B | 2C |
| Octal | 56 | 260 | 100 | 112 | 0 | 100 | 37 | 200 | 73 | 54 |
| Binary | 101110 | 10110000 | 1000000 | 1001010 | 0 | 1000000 | 11111 | 10000000 | 111011 | 101100 |
Color Harmonies of #2EB040
Complementary color
Monochromatic Colors of #2EB040
Black with #2EB040
Text Example
Text Example
White with #2EB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB040; }
p { color: rgb(46,176,64); }
H1.HeaderClassName
{
color: #2EB040;
}
.AnyTagClassName
{
color: #2EB040;
}
</style>
background-color css
<style>
a { background-color: #2EB040; }
a { background-color: rgb(46,176,64); }
div.DivClassName
{
background-color: #2EB040;
}
.BgClassName
{
background-color: #2EB040;
}
</style>
border-color css
<style>
span { border-color: #2EB040; }
span { border-color: rgb(46,176,64); }
td.TdClassName
{
border-color: #2EB040;
}
.TagClassName
{
border-color: #2EB040;
}
</style>