Shades of Lime Green #2ECB29
Tints of Lime Green #2ECB29
RGB
CMYK
RGB Variations
Color information
#2ECB29 (or 0x2ECB29) is known color: Lime Green. HEX triplet: 2E, CB and 29. RGB value is (46,203,41). Sum of RGB (Red+Green+Blue) = 46+203+41=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECB29 is #D134D6. Grayscale: #8A8A8A. Windows color (decimal): -13710551 or 2738990. OLE color: 2738990.
HSL color Cylindrical-coordinate representation of color #2ECB29: hue angle of 118.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECB29 is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 41 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.20 |
| HSL | 118.15º | 0.66% | 0.48% | - |
| HSV(B) | 118.15º | 0.8% | 0.8% | - |
| XYZ | 22.88 | 43.45 | 9.28 | - |
| YUV | 137.59 | 73.49 | 62.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 41 | 0.77 | 0 | 0.80 | 0.20 | 118.15 | 0.66 | 0.48 |
| Hex | 2E | CB | 29 | 4D | 0 | 50 | 14 | 76 | 42 | 30 |
| Octal | 56 | 313 | 51 | 115 | 0 | 120 | 24 | 166 | 102 | 60 |
| Binary | 101110 | 11001011 | 101001 | 1001101 | 0 | 1010000 | 10100 | 1110110 | 1000010 | 110000 |
Color Harmonies of #2ECB29
Complementary color
Monochromatic Colors of #2ECB29
Black with #2ECB29
Text Example
Text Example
White with #2ECB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB29; }
p { color: rgb(46,203,41); }
H1.HeaderClassName
{
color: #2ECB29;
}
.AnyTagClassName
{
color: #2ECB29;
}
</style>
background-color css
<style>
a { background-color: #2ECB29; }
a { background-color: rgb(46,203,41); }
div.DivClassName
{
background-color: #2ECB29;
}
.BgClassName
{
background-color: #2ECB29;
}
</style>
border-color css
<style>
span { border-color: #2ECB29; }
span { border-color: rgb(46,203,41); }
td.TdClassName
{
border-color: #2ECB29;
}
.TagClassName
{
border-color: #2ECB29;
}
</style>