Shades of Lime Green #2ED529
Tints of Lime Green #2ED529
RGB
CMYK
RGB Variations
Color information
#2ED529 (or 0x2ED529) is known color: Lime Green. HEX triplet: 2E, D5 and 29. RGB value is (46,213,41). Sum of RGB (Red+Green+Blue) = 46+213+41=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 213 (83.59% from 255 or 71% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED529 is #D12AD6. Grayscale: #8F8F8F. Windows color (decimal): -13707991 or 2741550. OLE color: 2741550.
HSL color Cylindrical-coordinate representation of color #2ED529: hue angle of 118.26º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ED529 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 41 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.16 |
| HSL | 118.26º | 0.68% | 0.5% | - |
| HSV(B) | 118.26º | 0.81% | 0.84% | - |
| XYZ | 25.32 | 48.33 | 10.09 | - |
| YUV | 143.46 | 70.17 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 41 | 0.78 | 0 | 0.81 | 0.16 | 118.26 | 0.68 | 0.5 |
| Hex | 2E | D5 | 29 | 4E | 0 | 51 | 10 | 76 | 44 | 32 |
| Octal | 56 | 325 | 51 | 116 | 0 | 121 | 20 | 166 | 104 | 62 |
| Binary | 101110 | 11010101 | 101001 | 1001110 | 0 | 1010001 | 10000 | 1110110 | 1000100 | 110010 |
Color Harmonies of #2ED529
Complementary color
Monochromatic Colors of #2ED529
Black with #2ED529
Text Example
Text Example
White with #2ED529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED529; }
p { color: rgb(46,213,41); }
H1.HeaderClassName
{
color: #2ED529;
}
.AnyTagClassName
{
color: #2ED529;
}
</style>
background-color css
<style>
a { background-color: #2ED529; }
a { background-color: rgb(46,213,41); }
div.DivClassName
{
background-color: #2ED529;
}
.BgClassName
{
background-color: #2ED529;
}
</style>
border-color css
<style>
span { border-color: #2ED529; }
span { border-color: rgb(46,213,41); }
td.TdClassName
{
border-color: #2ED529;
}
.TagClassName
{
border-color: #2ED529;
}
</style>