Shades of Lime Green #2EB93A
Tints of Lime Green #2EB93A
RGB
CMYK
RGB Variations
Color information
#2EB93A (or 0x2EB93A) is known color: Lime Green. HEX triplet: 2E, B9 and 3A. RGB value is (46,185,58). Sum of RGB (Red+Green+Blue) = 46+185+58=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 185 (72.66% from 255 or 64.01% from 289); Blue value is 58 (23.05% from 255 or 20.07% from 289); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB93A is #D146C5. Grayscale: #818181. Windows color (decimal): -13715142 or 3848494. OLE color: 3848494.
HSL color Cylindrical-coordinate representation of color #2EB93A: hue angle of 125.18º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB93A is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 58 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.27 |
| HSL | 125.18º | 0.6% | 0.45% | - |
| HSV(B) | 125.18º | 0.75% | 0.73% | - |
| XYZ | 19.24 | 35.58 | 9.86 | - |
| YUV | 128.96 | 87.95 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 58 | 0.75 | 0 | 0.69 | 0.27 | 125.18 | 0.6 | 0.45 |
| Hex | 2E | B9 | 3A | 4B | 0 | 45 | 1B | 7D | 3C | 2D |
| Octal | 56 | 271 | 72 | 113 | 0 | 105 | 33 | 175 | 74 | 55 |
| Binary | 101110 | 10111001 | 111010 | 1001011 | 0 | 1000101 | 11011 | 1111101 | 111100 | 101101 |
Color Harmonies of #2EB93A
Complementary color
Monochromatic Colors of #2EB93A
Black with #2EB93A
Text Example
Text Example
White with #2EB93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB93A; }
p { color: rgb(46,185,58); }
H1.HeaderClassName
{
color: #2EB93A;
}
.AnyTagClassName
{
color: #2EB93A;
}
</style>
background-color css
<style>
a { background-color: #2EB93A; }
a { background-color: rgb(46,185,58); }
div.DivClassName
{
background-color: #2EB93A;
}
.BgClassName
{
background-color: #2EB93A;
}
</style>
border-color css
<style>
span { border-color: #2EB93A; }
span { border-color: rgb(46,185,58); }
td.TdClassName
{
border-color: #2EB93A;
}
.TagClassName
{
border-color: #2EB93A;
}
</style>