Shades of Lime Green #2ED145
Tints of Lime Green #2ED145
RGB
CMYK
RGB Variations
Color information
#2ED145 (or 0x2ED145) is known color: Lime Green. HEX triplet: 2E, D1 and 45. RGB value is (46,209,69). Sum of RGB (Red+Green+Blue) = 46+209+69=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 209 (82.03% from 255 or 64.51% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED145 is #D12EBA. Grayscale: #909090. Windows color (decimal): -13708987 or 4575534. OLE color: 4575534.
HSL color Cylindrical-coordinate representation of color #2ED145: hue angle of 128.47º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED145 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 209 | 69 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.18 |
| HSL | 128.47º | 0.64% | 0.5% | - |
| HSV(B) | 128.47º | 0.78% | 0.82% | - |
| XYZ | 25 | 46.61 | 13.31 | - |
| YUV | 144.3 | 85.5 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 209 | 69 | 0.78 | 0 | 0.67 | 0.18 | 128.47 | 0.64 | 0.5 |
| Hex | 2E | D1 | 45 | 4E | 0 | 43 | 12 | 80 | 40 | 32 |
| Octal | 56 | 321 | 105 | 116 | 0 | 103 | 22 | 200 | 100 | 62 |
| Binary | 101110 | 11010001 | 1000101 | 1001110 | 0 | 1000011 | 10010 | 10000000 | 1000000 | 110010 |
Color Harmonies of #2ED145
Complementary color
Monochromatic Colors of #2ED145
Black with #2ED145
Text Example
Text Example
White with #2ED145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED145; }
p { color: rgb(46,209,69); }
H1.HeaderClassName
{
color: #2ED145;
}
.AnyTagClassName
{
color: #2ED145;
}
</style>
background-color css
<style>
a { background-color: #2ED145; }
a { background-color: rgb(46,209,69); }
div.DivClassName
{
background-color: #2ED145;
}
.BgClassName
{
background-color: #2ED145;
}
</style>
border-color css
<style>
span { border-color: #2ED145; }
span { border-color: rgb(46,209,69); }
td.TdClassName
{
border-color: #2ED145;
}
.TagClassName
{
border-color: #2ED145;
}
</style>