Shades of Lime Green #2EBE39
Tints of Lime Green #2EBE39
RGB
CMYK
RGB Variations
Color information
#2EBE39 (or 0x2EBE39) is known color: Lime Green. HEX triplet: 2E, BE and 39. RGB value is (46,190,57). Sum of RGB (Red+Green+Blue) = 46+190+57=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 190 (74.61% from 255 or 64.85% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBE39 is #D141C6. Grayscale: #848484. Windows color (decimal): -13713863 or 3784238. OLE color: 3784238.
HSL color Cylindrical-coordinate representation of color #2EBE39: hue angle of 124.58º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBE39 is Cyan = 0.76, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 57 | - |
| CMYK | 0.76 | 0 | 0.7 | 0.25 |
| HSL | 124.58º | 0.61% | 0.46% | - |
| HSV(B) | 124.58º | 0.76% | 0.75% | - |
| XYZ | 20.28 | 37.7 | 10.08 | - |
| YUV | 131.78 | 85.79 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 57 | 0.76 | 0 | 0.7 | 0.25 | 124.58 | 0.61 | 0.46 |
| Hex | 2E | BE | 39 | 4C | 0 | 46 | 19 | 7D | 3D | 2E |
| Octal | 56 | 276 | 71 | 114 | 0 | 106 | 31 | 175 | 75 | 56 |
| Binary | 101110 | 10111110 | 111001 | 1001100 | 0 | 1000110 | 11001 | 1111101 | 111101 | 101110 |
Color Harmonies of #2EBE39
Complementary color
Monochromatic Colors of #2EBE39
Black with #2EBE39
Text Example
Text Example
White with #2EBE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE39; }
p { color: rgb(46,190,57); }
H1.HeaderClassName
{
color: #2EBE39;
}
.AnyTagClassName
{
color: #2EBE39;
}
</style>
background-color css
<style>
a { background-color: #2EBE39; }
a { background-color: rgb(46,190,57); }
div.DivClassName
{
background-color: #2EBE39;
}
.BgClassName
{
background-color: #2EBE39;
}
</style>
border-color css
<style>
span { border-color: #2EBE39; }
span { border-color: rgb(46,190,57); }
td.TdClassName
{
border-color: #2EBE39;
}
.TagClassName
{
border-color: #2EBE39;
}
</style>