Shades of Lime Green #2EBC3A
Tints of Lime Green #2EBC3A
RGB
CMYK
RGB Variations
Color information
#2EBC3A (or 0x2EBC3A) is known color: Lime Green. HEX triplet: 2E, BC and 3A. RGB value is (46,188,58). Sum of RGB (Red+Green+Blue) = 46+188+58=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 188 (73.83% from 255 or 64.38% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC3A is #D143C5. Grayscale: #838383. Windows color (decimal): -13714374 or 3849262. OLE color: 3849262.
HSL color Cylindrical-coordinate representation of color #2EBC3A: hue angle of 125.07º 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 #2EBC3A is Cyan = 0.76, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 58 | - |
| CMYK | 0.76 | 0 | 0.69 | 0.26 |
| HSL | 125.07º | 0.61% | 0.46% | - |
| HSV(B) | 125.07º | 0.76% | 0.74% | - |
| XYZ | 19.87 | 36.85 | 10.07 | - |
| YUV | 130.72 | 86.96 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 58 | 0.76 | 0 | 0.69 | 0.26 | 125.07 | 0.61 | 0.46 |
| Hex | 2E | BC | 3A | 4C | 0 | 45 | 1A | 7D | 3D | 2E |
| Octal | 56 | 274 | 72 | 114 | 0 | 105 | 32 | 175 | 75 | 56 |
| Binary | 101110 | 10111100 | 111010 | 1001100 | 0 | 1000101 | 11010 | 1111101 | 111101 | 101110 |
Color Harmonies of #2EBC3A
Complementary color
Monochromatic Colors of #2EBC3A
Black with #2EBC3A
Text Example
Text Example
White with #2EBC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC3A; }
p { color: rgb(46,188,58); }
H1.HeaderClassName
{
color: #2EBC3A;
}
.AnyTagClassName
{
color: #2EBC3A;
}
</style>
background-color css
<style>
a { background-color: #2EBC3A; }
a { background-color: rgb(46,188,58); }
div.DivClassName
{
background-color: #2EBC3A;
}
.BgClassName
{
background-color: #2EBC3A;
}
</style>
border-color css
<style>
span { border-color: #2EBC3A; }
span { border-color: rgb(46,188,58); }
td.TdClassName
{
border-color: #2EBC3A;
}
.TagClassName
{
border-color: #2EBC3A;
}
</style>