Shades of Lime Green #2ED929
Tints of Lime Green #2ED929
RGB
CMYK
RGB Variations
Color information
#2ED929 (or 0x2ED929) is known color: Lime Green. HEX triplet: 2E, D9 and 29. RGB value is (46,217,41). Sum of RGB (Red+Green+Blue) = 46+217+41=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 217 (85.16% from 255 or 71.38% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED929 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED929 is #D126D6. Grayscale: #929292. Windows color (decimal): -13706967 or 2742574. OLE color: 2742574.
HSL color Cylindrical-coordinate representation of color #2ED929: hue angle of 118.3º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ED929 is Cyan = 0.79, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 217 | 41 | - |
| CMYK | 0.79 | 0 | 0.81 | 0.15 |
| HSL | 118.3º | 0.7% | 0.51% | - |
| HSV(B) | 118.3º | 0.81% | 0.85% | - |
| XYZ | 26.34 | 50.37 | 10.43 | - |
| YUV | 145.81 | 68.85 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 41 | 0.79 | 0 | 0.81 | 0.15 | 118.3 | 0.7 | 0.51 |
| Hex | 2E | D9 | 29 | 4F | 0 | 51 | F | 76 | 46 | 33 |
| Octal | 56 | 331 | 51 | 117 | 0 | 121 | 17 | 166 | 106 | 63 |
| Binary | 101110 | 11011001 | 101001 | 1001111 | 0 | 1010001 | 1111 | 1110110 | 1000110 | 110011 |
Color Harmonies of #2ED929
Complementary color
Monochromatic Colors of #2ED929
Black with #2ED929
Text Example
Text Example
White with #2ED929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED929; }
p { color: rgb(46,217,41); }
H1.HeaderClassName
{
color: #2ED929;
}
.AnyTagClassName
{
color: #2ED929;
}
</style>
background-color css
<style>
a { background-color: #2ED929; }
a { background-color: rgb(46,217,41); }
div.DivClassName
{
background-color: #2ED929;
}
.BgClassName
{
background-color: #2ED929;
}
</style>
border-color css
<style>
span { border-color: #2ED929; }
span { border-color: rgb(46,217,41); }
td.TdClassName
{
border-color: #2ED929;
}
.TagClassName
{
border-color: #2ED929;
}
</style>