Shades of Lime Green #2ECA44
Tints of Lime Green #2ECA44
RGB
CMYK
RGB Variations
Color information
#2ECA44 (or 0x2ECA44) is known color: Lime Green. HEX triplet: 2E, CA and 44. RGB value is (46,202,68). Sum of RGB (Red+Green+Blue) = 46+202+68=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 202 (79.30% from 255 or 63.92% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA44 is #D135BB. Grayscale: #8C8C8C. Windows color (decimal): -13710780 or 4508206. OLE color: 4508206.
HSL color Cylindrical-coordinate representation of color #2ECA44: hue angle of 128.46º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECA44 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 68 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.21 |
| HSL | 128.46º | 0.63% | 0.49% | - |
| HSV(B) | 128.46º | 0.77% | 0.79% | - |
| XYZ | 23.29 | 43.24 | 12.59 | - |
| YUV | 140.08 | 87.32 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 68 | 0.77 | 0 | 0.66 | 0.21 | 128.46 | 0.63 | 0.49 |
| Hex | 2E | CA | 44 | 4D | 0 | 42 | 15 | 80 | 3F | 31 |
| Octal | 56 | 312 | 104 | 115 | 0 | 102 | 25 | 200 | 77 | 61 |
| Binary | 101110 | 11001010 | 1000100 | 1001101 | 0 | 1000010 | 10101 | 10000000 | 111111 | 110001 |
Color Harmonies of #2ECA44
Complementary color
Monochromatic Colors of #2ECA44
Black with #2ECA44
Text Example
Text Example
White with #2ECA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA44; }
p { color: rgb(46,202,68); }
H1.HeaderClassName
{
color: #2ECA44;
}
.AnyTagClassName
{
color: #2ECA44;
}
</style>
background-color css
<style>
a { background-color: #2ECA44; }
a { background-color: rgb(46,202,68); }
div.DivClassName
{
background-color: #2ECA44;
}
.BgClassName
{
background-color: #2ECA44;
}
</style>
border-color css
<style>
span { border-color: #2ECA44; }
span { border-color: rgb(46,202,68); }
td.TdClassName
{
border-color: #2ECA44;
}
.TagClassName
{
border-color: #2ECA44;
}
</style>