Shades of Lime Green #2EBB41
Tints of Lime Green #2EBB41
RGB
CMYK
RGB Variations
Color information
#2EBB41 (or 0x2EBB41) is known color: Lime Green. HEX triplet: 2E, BB and 41. RGB value is (46,187,65). Sum of RGB (Red+Green+Blue) = 46+187+65=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 187 (73.44% from 255 or 62.75% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBB41 is #D144BE. Grayscale: #838383. Windows color (decimal): -13714623 or 4307758. OLE color: 4307758.
HSL color Cylindrical-coordinate representation of color #2EBB41: hue angle of 128.09º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBB41 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 187 | 65 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.27 |
| HSL | 128.09º | 0.61% | 0.46% | - |
| HSV(B) | 128.09º | 0.75% | 0.73% | - |
| XYZ | 19.85 | 36.5 | 11 | - |
| YUV | 130.93 | 90.79 | 67.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 65 | 0.75 | 0 | 0.65 | 0.27 | 128.09 | 0.61 | 0.46 |
| Hex | 2E | BB | 41 | 4B | 0 | 41 | 1B | 80 | 3D | 2E |
| Octal | 56 | 273 | 101 | 113 | 0 | 101 | 33 | 200 | 75 | 56 |
| Binary | 101110 | 10111011 | 1000001 | 1001011 | 0 | 1000001 | 11011 | 10000000 | 111101 | 101110 |
Color Harmonies of #2EBB41
Complementary color
Monochromatic Colors of #2EBB41
Black with #2EBB41
Text Example
Text Example
White with #2EBB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBB41; }
p { color: rgb(46,187,65); }
H1.HeaderClassName
{
color: #2EBB41;
}
.AnyTagClassName
{
color: #2EBB41;
}
</style>
background-color css
<style>
a { background-color: #2EBB41; }
a { background-color: rgb(46,187,65); }
div.DivClassName
{
background-color: #2EBB41;
}
.BgClassName
{
background-color: #2EBB41;
}
</style>
border-color css
<style>
span { border-color: #2EBB41; }
span { border-color: rgb(46,187,65); }
td.TdClassName
{
border-color: #2EBB41;
}
.TagClassName
{
border-color: #2EBB41;
}
</style>