Shades of Lime Green #2ECA3E
Tints of Lime Green #2ECA3E
RGB
CMYK
RGB Variations
Color information
#2ECA3E (or 0x2ECA3E) is known color: Lime Green. HEX triplet: 2E, CA and 3E. RGB value is (46,202,62). Sum of RGB (Red+Green+Blue) = 46+202+62=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 202 (79.30% from 255 or 65.16% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA3E is #D135C1. Grayscale: #8B8B8B. Windows color (decimal): -13710786 or 4114990. OLE color: 4114990.
HSL color Cylindrical-coordinate representation of color #2ECA3E: hue angle of 126.15º 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 #2ECA3E is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 62 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.21 |
| HSL | 126.15º | 0.63% | 0.49% | - |
| HSV(B) | 126.15º | 0.77% | 0.79% | - |
| XYZ | 23.12 | 43.17 | 11.67 | - |
| YUV | 139.4 | 84.32 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 62 | 0.77 | 0 | 0.69 | 0.21 | 126.15 | 0.63 | 0.49 |
| Hex | 2E | CA | 3E | 4D | 0 | 45 | 15 | 7E | 3F | 31 |
| Octal | 56 | 312 | 76 | 115 | 0 | 105 | 25 | 176 | 77 | 61 |
| Binary | 101110 | 11001010 | 111110 | 1001101 | 0 | 1000101 | 10101 | 1111110 | 111111 | 110001 |
Color Harmonies of #2ECA3E
Complementary color
Monochromatic Colors of #2ECA3E
Black with #2ECA3E
Text Example
Text Example
White with #2ECA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA3E; }
p { color: rgb(46,202,62); }
H1.HeaderClassName
{
color: #2ECA3E;
}
.AnyTagClassName
{
color: #2ECA3E;
}
</style>
background-color css
<style>
a { background-color: #2ECA3E; }
a { background-color: rgb(46,202,62); }
div.DivClassName
{
background-color: #2ECA3E;
}
.BgClassName
{
background-color: #2ECA3E;
}
</style>
border-color css
<style>
span { border-color: #2ECA3E; }
span { border-color: rgb(46,202,62); }
td.TdClassName
{
border-color: #2ECA3E;
}
.TagClassName
{
border-color: #2ECA3E;
}
</style>