Shades of Lime Green #2ED144
Tints of Lime Green #2ED144
RGB
CMYK
RGB Variations
Color information
#2ED144 (or 0x2ED144) is known color: Lime Green. HEX triplet: 2E, D1 and 44. RGB value is (46,209,68). Sum of RGB (Red+Green+Blue) = 46+209+68=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 209 (82.03% from 255 or 64.71% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED144 is #D12EBB. Grayscale: #909090. Windows color (decimal): -13708988 or 4509998. OLE color: 4509998.
HSL color Cylindrical-coordinate representation of color #2ED144: hue angle of 128.1º 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 #2ED144 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 209 | 68 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.18 |
| HSL | 128.1º | 0.64% | 0.5% | - |
| HSV(B) | 128.1º | 0.78% | 0.82% | - |
| XYZ | 24.97 | 46.6 | 13.15 | - |
| YUV | 144.19 | 85 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 209 | 68 | 0.78 | 0 | 0.67 | 0.18 | 128.1 | 0.64 | 0.5 |
| Hex | 2E | D1 | 44 | 4E | 0 | 43 | 12 | 80 | 40 | 32 |
| Octal | 56 | 321 | 104 | 116 | 0 | 103 | 22 | 200 | 100 | 62 |
| Binary | 101110 | 11010001 | 1000100 | 1001110 | 0 | 1000011 | 10010 | 10000000 | 1000000 | 110010 |
Color Harmonies of #2ED144
Complementary color
Monochromatic Colors of #2ED144
Black with #2ED144
Text Example
Text Example
White with #2ED144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED144; }
p { color: rgb(46,209,68); }
H1.HeaderClassName
{
color: #2ED144;
}
.AnyTagClassName
{
color: #2ED144;
}
</style>
background-color css
<style>
a { background-color: #2ED144; }
a { background-color: rgb(46,209,68); }
div.DivClassName
{
background-color: #2ED144;
}
.BgClassName
{
background-color: #2ED144;
}
</style>
border-color css
<style>
span { border-color: #2ED144; }
span { border-color: rgb(46,209,68); }
td.TdClassName
{
border-color: #2ED144;
}
.TagClassName
{
border-color: #2ED144;
}
</style>