Shades of Lime Green #2EB91E
Tints of Lime Green #2EB91E
RGB
CMYK
RGB Variations
Color information
#2EB91E (or 0x2EB91E) is known color: Lime Green. HEX triplet: 2E, B9 and 1E. RGB value is (46,185,30). Sum of RGB (Red+Green+Blue) = 46+185+30=261 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.62% from 261); Green value is 185 (72.66% from 255 or 70.88% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB91E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB91E is #D146E1. Grayscale: #7E7E7E. Windows color (decimal): -13715170 or 2013486. OLE color: 2013486.
HSL color Cylindrical-coordinate representation of color #2EB91E: hue angle of 113.81º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EB91E is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 30 | - |
| CMYK | 0.75 | 0 | 0.84 | 0.27 |
| HSL | 113.81º | 0.72% | 0.42% | - |
| HSV(B) | 113.81º | 0.84% | 0.73% | - |
| XYZ | 18.71 | 35.37 | 7.07 | - |
| YUV | 125.77 | 73.95 | 71.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 30 | 0.75 | 0 | 0.84 | 0.27 | 113.81 | 0.72 | 0.42 |
| Hex | 2E | B9 | 1E | 4B | 0 | 54 | 1B | 72 | 48 | 2A |
| Octal | 56 | 271 | 36 | 113 | 0 | 124 | 33 | 162 | 110 | 52 |
| Binary | 101110 | 10111001 | 11110 | 1001011 | 0 | 1010100 | 11011 | 1110010 | 1001000 | 101010 |
Color Harmonies of #2EB91E
Complementary color
Monochromatic Colors of #2EB91E
Black with #2EB91E
Text Example
Text Example
White with #2EB91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB91E; }
p { color: rgb(46,185,30); }
H1.HeaderClassName
{
color: #2EB91E;
}
.AnyTagClassName
{
color: #2EB91E;
}
</style>
background-color css
<style>
a { background-color: #2EB91E; }
a { background-color: rgb(46,185,30); }
div.DivClassName
{
background-color: #2EB91E;
}
.BgClassName
{
background-color: #2EB91E;
}
</style>
border-color css
<style>
span { border-color: #2EB91E; }
span { border-color: rgb(46,185,30); }
td.TdClassName
{
border-color: #2EB91E;
}
.TagClassName
{
border-color: #2EB91E;
}
</style>