Shades of Lime Green #2ECD19
Tints of Lime Green #2ECD19
RGB
CMYK
RGB Variations
Color information
#2ECD19 (or 0x2ECD19) is known color: Lime Green. HEX triplet: 2E, CD and 19. RGB value is (46,205,25). Sum of RGB (Red+Green+Blue) = 46+205+25=276 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.67% from 276); Green value is 205 (80.47% from 255 or 74.28% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ECD19 is #D132E6. Grayscale: #898989. Windows color (decimal): -13710055 or 1690926. OLE color: 1690926.
HSL color Cylindrical-coordinate representation of color #2ECD19: hue angle of 113º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2ECD19 is Cyan = 0.78, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 25 | - |
| CMYK | 0.78 | 0 | 0.88 | 0.20 |
| HSL | 113º | 0.78% | 0.45% | - |
| HSV(B) | 113º | 0.88% | 0.8% | - |
| XYZ | 23.13 | 44.31 | 8.25 | - |
| YUV | 136.94 | 64.82 | 63.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 25 | 0.78 | 0 | 0.88 | 0.20 | 113 | 0.78 | 0.45 |
| Hex | 2E | CD | 19 | 4E | 0 | 58 | 14 | 71 | 4E | 2D |
| Octal | 56 | 315 | 31 | 116 | 0 | 130 | 24 | 161 | 116 | 55 |
| Binary | 101110 | 11001101 | 11001 | 1001110 | 0 | 1011000 | 10100 | 1110001 | 1001110 | 101101 |
Color Harmonies of #2ECD19
Complementary color
Monochromatic Colors of #2ECD19
Black with #2ECD19
Text Example
Text Example
White with #2ECD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD19; }
p { color: rgb(46,205,25); }
H1.HeaderClassName
{
color: #2ECD19;
}
.AnyTagClassName
{
color: #2ECD19;
}
</style>
background-color css
<style>
a { background-color: #2ECD19; }
a { background-color: rgb(46,205,25); }
div.DivClassName
{
background-color: #2ECD19;
}
.BgClassName
{
background-color: #2ECD19;
}
</style>
border-color css
<style>
span { border-color: #2ECD19; }
span { border-color: rgb(46,205,25); }
td.TdClassName
{
border-color: #2ECD19;
}
.TagClassName
{
border-color: #2ECD19;
}
</style>