Shades of Lime Green #2ECD1C
Tints of Lime Green #2ECD1C
RGB
CMYK
RGB Variations
Color information
#2ECD1C (or 0x2ECD1C) is known color: Lime Green. HEX triplet: 2E, CD and 1C. RGB value is (46,205,28). Sum of RGB (Red+Green+Blue) = 46+205+28=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 205 (80.47% from 255 or 73.48% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECD1C is #D132E3. Grayscale: #898989. Windows color (decimal): -13710052 or 1887534. OLE color: 1887534.
HSL color Cylindrical-coordinate representation of color #2ECD1C: hue angle of 113.9º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2ECD1C is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 28 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.20 |
| HSL | 113.9º | 0.76% | 0.46% | - |
| HSV(B) | 113.9º | 0.86% | 0.8% | - |
| XYZ | 23.17 | 44.33 | 8.43 | - |
| YUV | 137.28 | 66.32 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 28 | 0.78 | 0 | 0.86 | 0.20 | 113.9 | 0.76 | 0.46 |
| Hex | 2E | CD | 1C | 4E | 0 | 56 | 14 | 72 | 4C | 2E |
| Octal | 56 | 315 | 34 | 116 | 0 | 126 | 24 | 162 | 114 | 56 |
| Binary | 101110 | 11001101 | 11100 | 1001110 | 0 | 1010110 | 10100 | 1110010 | 1001100 | 101110 |
Color Harmonies of #2ECD1C
Complementary color
Monochromatic Colors of #2ECD1C
Black with #2ECD1C
Text Example
Text Example
White with #2ECD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD1C; }
p { color: rgb(46,205,28); }
H1.HeaderClassName
{
color: #2ECD1C;
}
.AnyTagClassName
{
color: #2ECD1C;
}
</style>
background-color css
<style>
a { background-color: #2ECD1C; }
a { background-color: rgb(46,205,28); }
div.DivClassName
{
background-color: #2ECD1C;
}
.BgClassName
{
background-color: #2ECD1C;
}
</style>
border-color css
<style>
span { border-color: #2ECD1C; }
span { border-color: rgb(46,205,28); }
td.TdClassName
{
border-color: #2ECD1C;
}
.TagClassName
{
border-color: #2ECD1C;
}
</style>