Shades of Lime Green #2ECC2C
Tints of Lime Green #2ECC2C
RGB
CMYK
RGB Variations
Color information
#2ECC2C (or 0x2ECC2C) is known color: Lime Green. HEX triplet: 2E, CC and 2C. RGB value is (46,204,44). Sum of RGB (Red+Green+Blue) = 46+204+44=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 204 (80.08% from 255 or 69.39% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECC2C is #D133D3. Grayscale: #8B8B8B. Windows color (decimal): -13710292 or 2935854. OLE color: 2935854.
HSL color Cylindrical-coordinate representation of color #2ECC2C: hue angle of 119.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECC2C is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 44 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.2 |
| HSL | 119.25º | 0.65% | 0.49% | - |
| HSV(B) | 119.25º | 0.78% | 0.8% | - |
| XYZ | 23.17 | 43.95 | 9.64 | - |
| YUV | 138.52 | 74.65 | 62.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 44 | 0.77 | 0 | 0.78 | 0.2 | 119.25 | 0.65 | 0.49 |
| Hex | 2E | CC | 2C | 4D | 0 | 4E | 14 | 77 | 41 | 31 |
| Octal | 56 | 314 | 54 | 115 | 0 | 116 | 24 | 167 | 101 | 61 |
| Binary | 101110 | 11001100 | 101100 | 1001101 | 0 | 1001110 | 10100 | 1110111 | 1000001 | 110001 |
Color Harmonies of #2ECC2C
Complementary color
Monochromatic Colors of #2ECC2C
Black with #2ECC2C
Text Example
Text Example
White with #2ECC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC2C; }
p { color: rgb(46,204,44); }
H1.HeaderClassName
{
color: #2ECC2C;
}
.AnyTagClassName
{
color: #2ECC2C;
}
</style>
background-color css
<style>
a { background-color: #2ECC2C; }
a { background-color: rgb(46,204,44); }
div.DivClassName
{
background-color: #2ECC2C;
}
.BgClassName
{
background-color: #2ECC2C;
}
</style>
border-color css
<style>
span { border-color: #2ECC2C; }
span { border-color: rgb(46,204,44); }
td.TdClassName
{
border-color: #2ECC2C;
}
.TagClassName
{
border-color: #2ECC2C;
}
</style>