Shades of Lime Green #2ED50D
Tints of Lime Green #2ED50D
RGB
CMYK
RGB Variations
Color information
#2ED50D (or 0x2ED50D) is known color: Lime Green. HEX triplet: 2E, D5 and 0D. RGB value is (46,213,13). Sum of RGB (Red+Green+Blue) = 46+213+13=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 213 (83.59% from 255 or 78.31% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED50D is #D12AF2. Grayscale: #8C8C8C. Windows color (decimal): -13708019 or 906542. OLE color: 906542.
HSL color Cylindrical-coordinate representation of color #2ED50D: hue angle of 110.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2ED50D is Cyan = 0.78, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 13 | - |
| CMYK | 0.78 | 0 | 0.94 | 0.16 |
| HSL | 110.1º | 0.88% | 0.44% | - |
| HSV(B) | 110.1º | 0.94% | 0.84% | - |
| XYZ | 24.99 | 48.2 | 8.37 | - |
| YUV | 140.27 | 56.17 | 60.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 13 | 0.78 | 0 | 0.94 | 0.16 | 110.1 | 0.88 | 0.44 |
| Hex | 2E | D5 | D | 4E | 0 | 5E | 10 | 6E | 58 | 2C |
| Octal | 56 | 325 | 15 | 116 | 0 | 136 | 20 | 156 | 130 | 54 |
| Binary | 101110 | 11010101 | 1101 | 1001110 | 0 | 1011110 | 10000 | 1101110 | 1011000 | 101100 |
Color Harmonies of #2ED50D
Complementary color
Monochromatic Colors of #2ED50D
Black with #2ED50D
Text Example
Text Example
White with #2ED50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED50D; }
p { color: rgb(46,213,13); }
H1.HeaderClassName
{
color: #2ED50D;
}
.AnyTagClassName
{
color: #2ED50D;
}
</style>
background-color css
<style>
a { background-color: #2ED50D; }
a { background-color: rgb(46,213,13); }
div.DivClassName
{
background-color: #2ED50D;
}
.BgClassName
{
background-color: #2ED50D;
}
</style>
border-color css
<style>
span { border-color: #2ED50D; }
span { border-color: rgb(46,213,13); }
td.TdClassName
{
border-color: #2ED50D;
}
.TagClassName
{
border-color: #2ED50D;
}
</style>