Shades of Lime Green #2ED541
Tints of Lime Green #2ED541
RGB
CMYK
RGB Variations
Color information
#2ED541 (or 0x2ED541) is known color: Lime Green. HEX triplet: 2E, D5 and 41. RGB value is (46,213,65). Sum of RGB (Red+Green+Blue) = 46+213+65=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED541 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED541 is #D12ABE. Grayscale: #929292. Windows color (decimal): -13707967 or 4314414. OLE color: 4314414.
HSL color Cylindrical-coordinate representation of color #2ED541: hue angle of 126.83º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED541 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 65 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.16 |
| HSL | 126.83º | 0.67% | 0.51% | - |
| HSV(B) | 126.83º | 0.78% | 0.84% | - |
| XYZ | 25.88 | 48.55 | 13.01 | - |
| YUV | 146.2 | 82.17 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 65 | 0.78 | 0 | 0.69 | 0.16 | 126.83 | 0.67 | 0.51 |
| Hex | 2E | D5 | 41 | 4E | 0 | 45 | 10 | 7F | 43 | 33 |
| Octal | 56 | 325 | 101 | 116 | 0 | 105 | 20 | 177 | 103 | 63 |
| Binary | 101110 | 11010101 | 1000001 | 1001110 | 0 | 1000101 | 10000 | 1111111 | 1000011 | 110011 |
Color Harmonies of #2ED541
Complementary color
Monochromatic Colors of #2ED541
Black with #2ED541
Text Example
Text Example
White with #2ED541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED541; }
p { color: rgb(46,213,65); }
H1.HeaderClassName
{
color: #2ED541;
}
.AnyTagClassName
{
color: #2ED541;
}
</style>
background-color css
<style>
a { background-color: #2ED541; }
a { background-color: rgb(46,213,65); }
div.DivClassName
{
background-color: #2ED541;
}
.BgClassName
{
background-color: #2ED541;
}
</style>
border-color css
<style>
span { border-color: #2ED541; }
span { border-color: rgb(46,213,65); }
td.TdClassName
{
border-color: #2ED541;
}
.TagClassName
{
border-color: #2ED541;
}
</style>