Shades of Lime Green #2ECA2E
Tints of Lime Green #2ECA2E
RGB
CMYK
RGB Variations
Color information
#2ECA2E (or 0x2ECA2E) is known color: Lime Green. HEX triplet: 2E, CA and 2E. RGB value is (46,202,46). Sum of RGB (Red+Green+Blue) = 46+202+46=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 202 (79.30% from 255 or 68.71% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA2E is #D135D1. Grayscale: #8A8A8A. Windows color (decimal): -13710802 or 3066414. OLE color: 3066414.
HSL color Cylindrical-coordinate representation of color #2ECA2E: hue angle of 120º 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 #2ECA2E is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 46 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.21 |
| HSL | 120º | 0.63% | 0.49% | - |
| HSV(B) | 120º | 0.77% | 0.79% | - |
| XYZ | 22.74 | 43.02 | 9.69 | - |
| YUV | 137.57 | 76.32 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 46 | 0.77 | 0 | 0.77 | 0.21 | 120 | 0.63 | 0.49 |
| Hex | 2E | CA | 2E | 4D | 0 | 4D | 15 | 78 | 3F | 31 |
| Octal | 56 | 312 | 56 | 115 | 0 | 115 | 25 | 170 | 77 | 61 |
| Binary | 101110 | 11001010 | 101110 | 1001101 | 0 | 1001101 | 10101 | 1111000 | 111111 | 110001 |
Color Harmonies of #2ECA2E
Complementary color
Monochromatic Colors of #2ECA2E
Black with #2ECA2E
Text Example
Text Example
White with #2ECA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA2E; }
p { color: rgb(46,202,46); }
H1.HeaderClassName
{
color: #2ECA2E;
}
.AnyTagClassName
{
color: #2ECA2E;
}
</style>
background-color css
<style>
a { background-color: #2ECA2E; }
a { background-color: rgb(46,202,46); }
div.DivClassName
{
background-color: #2ECA2E;
}
.BgClassName
{
background-color: #2ECA2E;
}
</style>
border-color css
<style>
span { border-color: #2ECA2E; }
span { border-color: rgb(46,202,46); }
td.TdClassName
{
border-color: #2ECA2E;
}
.TagClassName
{
border-color: #2ECA2E;
}
</style>