Shades of Lime Green #2ECA41
Tints of Lime Green #2ECA41
RGB
CMYK
RGB Variations
Color information
#2ECA41 (or 0x2ECA41) is known color: Lime Green. HEX triplet: 2E, CA and 41. RGB value is (46,202,65). Sum of RGB (Red+Green+Blue) = 46+202+65=313 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.70% from 313); Green value is 202 (79.30% from 255 or 64.54% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA41 is #D135BE. Grayscale: #8C8C8C. Windows color (decimal): -13710783 or 4311598. OLE color: 4311598.
HSL color Cylindrical-coordinate representation of color #2ECA41: hue angle of 127.31º 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 #2ECA41 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 65 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.21 |
| HSL | 127.31º | 0.63% | 0.49% | - |
| HSV(B) | 127.31º | 0.77% | 0.79% | - |
| XYZ | 23.2 | 43.2 | 12.12 | - |
| YUV | 139.74 | 85.82 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 65 | 0.77 | 0 | 0.68 | 0.21 | 127.31 | 0.63 | 0.49 |
| Hex | 2E | CA | 41 | 4D | 0 | 44 | 15 | 7F | 3F | 31 |
| Octal | 56 | 312 | 101 | 115 | 0 | 104 | 25 | 177 | 77 | 61 |
| Binary | 101110 | 11001010 | 1000001 | 1001101 | 0 | 1000100 | 10101 | 1111111 | 111111 | 110001 |
Color Harmonies of #2ECA41
Complementary color
Monochromatic Colors of #2ECA41
Black with #2ECA41
Text Example
Text Example
White with #2ECA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA41; }
p { color: rgb(46,202,65); }
H1.HeaderClassName
{
color: #2ECA41;
}
.AnyTagClassName
{
color: #2ECA41;
}
</style>
background-color css
<style>
a { background-color: #2ECA41; }
a { background-color: rgb(46,202,65); }
div.DivClassName
{
background-color: #2ECA41;
}
.BgClassName
{
background-color: #2ECA41;
}
</style>
border-color css
<style>
span { border-color: #2ECA41; }
span { border-color: rgb(46,202,65); }
td.TdClassName
{
border-color: #2ECA41;
}
.TagClassName
{
border-color: #2ECA41;
}
</style>