Shades of Lime Green #2ED21D
Tints of Lime Green #2ED21D
RGB
CMYK
RGB Variations
Color information
#2ED21D (or 0x2ED21D) is known color: Lime Green. HEX triplet: 2E, D2 and 1D. RGB value is (46,210,29). Sum of RGB (Red+Green+Blue) = 46+210+29=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 210 (82.42% from 255 or 73.68% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED21D is #D12DE2. Grayscale: #8C8C8C. Windows color (decimal): -13708771 or 1954350. OLE color: 1954350.
HSL color Cylindrical-coordinate representation of color #2ED21D: hue angle of 114.36º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2ED21D is Cyan = 0.78, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 210 | 29 | - |
| CMYK | 0.78 | 0 | 0.86 | 0.18 |
| HSL | 114.36º | 0.76% | 0.47% | - |
| HSV(B) | 114.36º | 0.86% | 0.82% | - |
| XYZ | 24.4 | 46.76 | 8.9 | - |
| YUV | 140.33 | 65.17 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 210 | 29 | 0.78 | 0 | 0.86 | 0.18 | 114.36 | 0.76 | 0.47 |
| Hex | 2E | D2 | 1D | 4E | 0 | 56 | 12 | 72 | 4C | 2F |
| Octal | 56 | 322 | 35 | 116 | 0 | 126 | 22 | 162 | 114 | 57 |
| Binary | 101110 | 11010010 | 11101 | 1001110 | 0 | 1010110 | 10010 | 1110010 | 1001100 | 101111 |
Color Harmonies of #2ED21D
Complementary color
Monochromatic Colors of #2ED21D
Black with #2ED21D
Text Example
Text Example
White with #2ED21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED21D; }
p { color: rgb(46,210,29); }
H1.HeaderClassName
{
color: #2ED21D;
}
.AnyTagClassName
{
color: #2ED21D;
}
</style>
background-color css
<style>
a { background-color: #2ED21D; }
a { background-color: rgb(46,210,29); }
div.DivClassName
{
background-color: #2ED21D;
}
.BgClassName
{
background-color: #2ED21D;
}
</style>
border-color css
<style>
span { border-color: #2ED21D; }
span { border-color: rgb(46,210,29); }
td.TdClassName
{
border-color: #2ED21D;
}
.TagClassName
{
border-color: #2ED21D;
}
</style>