Shades of Lime Green #2EEB1D
Tints of Lime Green #2EEB1D
RGB
CMYK
RGB Variations
Color information
#2EEB1D (or 0x2EEB1D) is known color: Lime Green. HEX triplet: 2E, EB and 1D. RGB value is (46,235,29). Sum of RGB (Red+Green+Blue) = 46+235+29=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 235 (92.19% from 255 or 75.81% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEB1D is #D114E2. Grayscale: #9B9B9B. Windows color (decimal): -13702371 or 1960750. OLE color: 1960750.
HSL color Cylindrical-coordinate representation of color #2EEB1D: hue angle of 115.05º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EEB1D is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 29 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.08 |
| HSL | 115.05º | 0.84% | 0.52% | - |
| HSV(B) | 115.05º | 0.88% | 0.92% | - |
| XYZ | 31.06 | 60.09 | 11.12 | - |
| YUV | 155.01 | 56.88 | 50.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 29 | 0.80 | 0 | 0.88 | 0.08 | 115.05 | 0.84 | 0.52 |
| Hex | 2E | EB | 1D | 50 | 0 | 58 | 8 | 73 | 54 | 34 |
| Octal | 56 | 353 | 35 | 120 | 0 | 130 | 10 | 163 | 124 | 64 |
| Binary | 101110 | 11101011 | 11101 | 1010000 | 0 | 1011000 | 1000 | 1110011 | 1010100 | 110100 |
Color Harmonies of #2EEB1D
Complementary color
Monochromatic Colors of #2EEB1D
Black with #2EEB1D
Text Example
Text Example
White with #2EEB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB1D; }
p { color: rgb(46,235,29); }
H1.HeaderClassName
{
color: #2EEB1D;
}
.AnyTagClassName
{
color: #2EEB1D;
}
</style>
background-color css
<style>
a { background-color: #2EEB1D; }
a { background-color: rgb(46,235,29); }
div.DivClassName
{
background-color: #2EEB1D;
}
.BgClassName
{
background-color: #2EEB1D;
}
</style>
border-color css
<style>
span { border-color: #2EEB1D; }
span { border-color: rgb(46,235,29); }
td.TdClassName
{
border-color: #2EEB1D;
}
.TagClassName
{
border-color: #2EEB1D;
}
</style>