Shades of Lime Green #2ECD14
Tints of Lime Green #2ECD14
RGB
CMYK
RGB Variations
Color information
#2ECD14 (or 0x2ECD14) is known color: Lime Green. HEX triplet: 2E, CD and 14. RGB value is (46,205,20). Sum of RGB (Red+Green+Blue) = 46+205+20=271 (35% of max value = 765). Red value is 46 (18.36% from 255 or 16.97% from 271); Green value is 205 (80.47% from 255 or 75.65% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECD14 is #D132EB. Grayscale: #888888. Windows color (decimal): -13710060 or 1363246. OLE color: 1363246.
HSL color Cylindrical-coordinate representation of color #2ECD14: hue angle of 111.57º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ECD14 is Cyan = 0.78, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 20 | - |
| CMYK | 0.78 | 0 | 0.90 | 0.20 |
| HSL | 111.57º | 0.82% | 0.44% | - |
| HSV(B) | 111.57º | 0.9% | 0.8% | - |
| XYZ | 23.08 | 44.29 | 7.99 | - |
| YUV | 136.37 | 62.32 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 20 | 0.78 | 0 | 0.90 | 0.20 | 111.57 | 0.82 | 0.44 |
| Hex | 2E | CD | 14 | 4E | 0 | 5A | 14 | 70 | 52 | 2C |
| Octal | 56 | 315 | 24 | 116 | 0 | 132 | 24 | 160 | 122 | 54 |
| Binary | 101110 | 11001101 | 10100 | 1001110 | 0 | 1011010 | 10100 | 1110000 | 1010010 | 101100 |
Color Harmonies of #2ECD14
Complementary color
Monochromatic Colors of #2ECD14
Black with #2ECD14
Text Example
Text Example
White with #2ECD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD14; }
p { color: rgb(46,205,20); }
H1.HeaderClassName
{
color: #2ECD14;
}
.AnyTagClassName
{
color: #2ECD14;
}
</style>
background-color css
<style>
a { background-color: #2ECD14; }
a { background-color: rgb(46,205,20); }
div.DivClassName
{
background-color: #2ECD14;
}
.BgClassName
{
background-color: #2ECD14;
}
</style>
border-color css
<style>
span { border-color: #2ECD14; }
span { border-color: rgb(46,205,20); }
td.TdClassName
{
border-color: #2ECD14;
}
.TagClassName
{
border-color: #2ECD14;
}
</style>