Shades of Lime Green #2ECB2C
Tints of Lime Green #2ECB2C
RGB
CMYK
RGB Variations
Color information
#2ECB2C (or 0x2ECB2C) is known color: Lime Green. HEX triplet: 2E, CB and 2C. RGB value is (46,203,44). Sum of RGB (Red+Green+Blue) = 46+203+44=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 203 (79.69% from 255 or 69.28% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECB2C is #D134D3. Grayscale: #8A8A8A. Windows color (decimal): -13710548 or 2935598. OLE color: 2935598.
HSL color Cylindrical-coordinate representation of color #2ECB2C: hue angle of 119.25º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECB2C is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 44 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.20 |
| HSL | 119.25º | 0.64% | 0.48% | - |
| HSV(B) | 119.25º | 0.78% | 0.8% | - |
| XYZ | 22.94 | 43.47 | 9.57 | - |
| YUV | 137.93 | 74.99 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 44 | 0.77 | 0 | 0.78 | 0.20 | 119.25 | 0.64 | 0.48 |
| Hex | 2E | CB | 2C | 4D | 0 | 4E | 14 | 77 | 40 | 30 |
| Octal | 56 | 313 | 54 | 115 | 0 | 116 | 24 | 167 | 100 | 60 |
| Binary | 101110 | 11001011 | 101100 | 1001101 | 0 | 1001110 | 10100 | 1110111 | 1000000 | 110000 |
Color Harmonies of #2ECB2C
Complementary color
Monochromatic Colors of #2ECB2C
Black with #2ECB2C
Text Example
Text Example
White with #2ECB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB2C; }
p { color: rgb(46,203,44); }
H1.HeaderClassName
{
color: #2ECB2C;
}
.AnyTagClassName
{
color: #2ECB2C;
}
</style>
background-color css
<style>
a { background-color: #2ECB2C; }
a { background-color: rgb(46,203,44); }
div.DivClassName
{
background-color: #2ECB2C;
}
.BgClassName
{
background-color: #2ECB2C;
}
</style>
border-color css
<style>
span { border-color: #2ECB2C; }
span { border-color: rgb(46,203,44); }
td.TdClassName
{
border-color: #2ECB2C;
}
.TagClassName
{
border-color: #2ECB2C;
}
</style>