Shades of Lime Green #2EBC39
Tints of Lime Green #2EBC39
RGB
CMYK
RGB Variations
Color information
#2EBC39 (or 0x2EBC39) is known color: Lime Green. HEX triplet: 2E, BC and 39. RGB value is (46,188,57). Sum of RGB (Red+Green+Blue) = 46+188+57=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 188 (73.83% from 255 or 64.60% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC39 is #D143C6. Grayscale: #828282. Windows color (decimal): -13714375 or 3783726. OLE color: 3783726.
HSL color Cylindrical-coordinate representation of color #2EBC39: hue angle of 124.65º 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 #2EBC39 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 57 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.26 |
| HSL | 124.65º | 0.61% | 0.46% | - |
| HSV(B) | 124.65º | 0.76% | 0.74% | - |
| XYZ | 19.85 | 36.84 | 9.94 | - |
| YUV | 130.61 | 86.46 | 67.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 57 | 0.76 | 0 | 0.70 | 0.26 | 124.65 | 0.61 | 0.46 |
| Hex | 2E | BC | 39 | 4C | 0 | 46 | 1A | 7D | 3D | 2E |
| Octal | 56 | 274 | 71 | 114 | 0 | 106 | 32 | 175 | 75 | 56 |
| Binary | 101110 | 10111100 | 111001 | 1001100 | 0 | 1000110 | 11010 | 1111101 | 111101 | 101110 |
Color Harmonies of #2EBC39
Complementary color
Monochromatic Colors of #2EBC39
Black with #2EBC39
Text Example
Text Example
White with #2EBC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC39; }
p { color: rgb(46,188,57); }
H1.HeaderClassName
{
color: #2EBC39;
}
.AnyTagClassName
{
color: #2EBC39;
}
</style>
background-color css
<style>
a { background-color: #2EBC39; }
a { background-color: rgb(46,188,57); }
div.DivClassName
{
background-color: #2EBC39;
}
.BgClassName
{
background-color: #2EBC39;
}
</style>
border-color css
<style>
span { border-color: #2EBC39; }
span { border-color: rgb(46,188,57); }
td.TdClassName
{
border-color: #2EBC39;
}
.TagClassName
{
border-color: #2EBC39;
}
</style>