Shades of Lime Green #2EE51D
Tints of Lime Green #2EE51D
RGB
CMYK
RGB Variations
Color information
#2EE51D (or 0x2EE51D) is known color: Lime Green. HEX triplet: 2E, E5 and 1D. RGB value is (46,229,29). Sum of RGB (Red+Green+Blue) = 46+229+29=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 229 (89.84% from 255 or 75.33% from 304); Blue value is 29 (11.72% from 255 or 9.54% from 304); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE51D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE51D is #D11AE2. Grayscale: #989898. Windows color (decimal): -13703907 or 1959214. OLE color: 1959214.
HSL color Cylindrical-coordinate representation of color #2EE51D: hue angle of 114.9º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2EE51D is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 29 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.10 |
| HSL | 114.9º | 0.79% | 0.51% | - |
| HSV(B) | 114.9º | 0.87% | 0.9% | - |
| XYZ | 29.37 | 56.71 | 10.56 | - |
| YUV | 151.48 | 58.87 | 52.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 29 | 0.80 | 0 | 0.87 | 0.10 | 114.9 | 0.79 | 0.51 |
| Hex | 2E | E5 | 1D | 50 | 0 | 57 | A | 73 | 4F | 33 |
| Octal | 56 | 345 | 35 | 120 | 0 | 127 | 12 | 163 | 117 | 63 |
| Binary | 101110 | 11100101 | 11101 | 1010000 | 0 | 1010111 | 1010 | 1110011 | 1001111 | 110011 |
Color Harmonies of #2EE51D
Complementary color
Monochromatic Colors of #2EE51D
Black with #2EE51D
Text Example
Text Example
White with #2EE51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE51D; }
p { color: rgb(46,229,29); }
H1.HeaderClassName
{
color: #2EE51D;
}
.AnyTagClassName
{
color: #2EE51D;
}
</style>
background-color css
<style>
a { background-color: #2EE51D; }
a { background-color: rgb(46,229,29); }
div.DivClassName
{
background-color: #2EE51D;
}
.BgClassName
{
background-color: #2EE51D;
}
</style>
border-color css
<style>
span { border-color: #2EE51D; }
span { border-color: rgb(46,229,29); }
td.TdClassName
{
border-color: #2EE51D;
}
.TagClassName
{
border-color: #2EE51D;
}
</style>