Shades of Lime Green #2ED44A
Tints of Lime Green #2ED44A
RGB
CMYK
RGB Variations
Color information
#2ED44A (or 0x2ED44A) is known color: Lime Green. HEX triplet: 2E, D4 and 4A. RGB value is (46,212,74). Sum of RGB (Red+Green+Blue) = 46+212+74=332 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.86% from 332); Green value is 212 (83.20% from 255 or 63.86% from 332); Blue value is 74 (29.30% from 255 or 22.29% from 332); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED44A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED44A is #D12BB5. Grayscale: #939393. Windows color (decimal): -13708214 or 4903982. OLE color: 4903982.
HSL color Cylindrical-coordinate representation of color #2ED44A: hue angle of 130.12º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED44A is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 74 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.17 |
| HSL | 130.12º | 0.66% | 0.51% | - |
| HSV(B) | 130.12º | 0.78% | 0.83% | - |
| XYZ | 25.91 | 48.16 | 14.41 | - |
| YUV | 146.63 | 87 | 56.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 74 | 0.78 | 0 | 0.65 | 0.17 | 130.12 | 0.66 | 0.51 |
| Hex | 2E | D4 | 4A | 4E | 0 | 41 | 11 | 82 | 42 | 33 |
| Octal | 56 | 324 | 112 | 116 | 0 | 101 | 21 | 202 | 102 | 63 |
| Binary | 101110 | 11010100 | 1001010 | 1001110 | 0 | 1000001 | 10001 | 10000010 | 1000010 | 110011 |
Color Harmonies of #2ED44A
Complementary color
Monochromatic Colors of #2ED44A
Black with #2ED44A
Text Example
Text Example
White with #2ED44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED44A; }
p { color: rgb(46,212,74); }
H1.HeaderClassName
{
color: #2ED44A;
}
.AnyTagClassName
{
color: #2ED44A;
}
</style>
background-color css
<style>
a { background-color: #2ED44A; }
a { background-color: rgb(46,212,74); }
div.DivClassName
{
background-color: #2ED44A;
}
.BgClassName
{
background-color: #2ED44A;
}
</style>
border-color css
<style>
span { border-color: #2ED44A; }
span { border-color: rgb(46,212,74); }
td.TdClassName
{
border-color: #2ED44A;
}
.TagClassName
{
border-color: #2ED44A;
}
</style>