Shades of Lime Green #2EBC41
Tints of Lime Green #2EBC41
RGB
CMYK
RGB Variations
Color information
#2EBC41 (or 0x2EBC41) is known color: Lime Green. HEX triplet: 2E, BC and 41. RGB value is (46,188,65). Sum of RGB (Red+Green+Blue) = 46+188+65=299 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.38% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC41 is #D143BE. Grayscale: #838383. Windows color (decimal): -13714367 or 4308014. OLE color: 4308014.
HSL color Cylindrical-coordinate representation of color #2EBC41: hue angle of 128.03º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC41 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 65 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.26 |
| HSL | 128.03º | 0.61% | 0.46% | - |
| HSV(B) | 128.03º | 0.76% | 0.74% | - |
| XYZ | 20.06 | 36.93 | 11.07 | - |
| YUV | 131.52 | 90.46 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 65 | 0.76 | 0 | 0.65 | 0.26 | 128.03 | 0.61 | 0.46 |
| Hex | 2E | BC | 41 | 4C | 0 | 41 | 1A | 80 | 3D | 2E |
| Octal | 56 | 274 | 101 | 114 | 0 | 101 | 32 | 200 | 75 | 56 |
| Binary | 101110 | 10111100 | 1000001 | 1001100 | 0 | 1000001 | 11010 | 10000000 | 111101 | 101110 |
Color Harmonies of #2EBC41
Complementary color
Monochromatic Colors of #2EBC41
Black with #2EBC41
Text Example
Text Example
White with #2EBC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC41; }
p { color: rgb(46,188,65); }
H1.HeaderClassName
{
color: #2EBC41;
}
.AnyTagClassName
{
color: #2EBC41;
}
</style>
background-color css
<style>
a { background-color: #2EBC41; }
a { background-color: rgb(46,188,65); }
div.DivClassName
{
background-color: #2EBC41;
}
.BgClassName
{
background-color: #2EBC41;
}
</style>
border-color css
<style>
span { border-color: #2EBC41; }
span { border-color: rgb(46,188,65); }
td.TdClassName
{
border-color: #2EBC41;
}
.TagClassName
{
border-color: #2EBC41;
}
</style>