Shades of Lime Green #2ED51C
Tints of Lime Green #2ED51C
RGB
CMYK
RGB Variations
Color information
#2ED51C (or 0x2ED51C) is known color: Lime Green. HEX triplet: 2E, D5 and 1C. RGB value is (46,213,28). Sum of RGB (Red+Green+Blue) = 46+213+28=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 213 (83.59% from 255 or 74.22% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED51C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED51C is #D12AE3. Grayscale: #8E8E8E. Windows color (decimal): -13708004 or 1889582. OLE color: 1889582.
HSL color Cylindrical-coordinate representation of color #2ED51C: hue angle of 114.16º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2ED51C is Cyan = 0.78, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 28 | - |
| CMYK | 0.78 | 0 | 0.87 | 0.16 |
| HSL | 114.16º | 0.77% | 0.47% | - |
| HSV(B) | 114.16º | 0.87% | 0.84% | - |
| XYZ | 25.13 | 48.25 | 9.09 | - |
| YUV | 141.98 | 63.67 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 28 | 0.78 | 0 | 0.87 | 0.16 | 114.16 | 0.77 | 0.47 |
| Hex | 2E | D5 | 1C | 4E | 0 | 57 | 10 | 72 | 4D | 2F |
| Octal | 56 | 325 | 34 | 116 | 0 | 127 | 20 | 162 | 115 | 57 |
| Binary | 101110 | 11010101 | 11100 | 1001110 | 0 | 1010111 | 10000 | 1110010 | 1001101 | 101111 |
Color Harmonies of #2ED51C
Complementary color
Monochromatic Colors of #2ED51C
Black with #2ED51C
Text Example
Text Example
White with #2ED51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED51C; }
p { color: rgb(46,213,28); }
H1.HeaderClassName
{
color: #2ED51C;
}
.AnyTagClassName
{
color: #2ED51C;
}
</style>
background-color css
<style>
a { background-color: #2ED51C; }
a { background-color: rgb(46,213,28); }
div.DivClassName
{
background-color: #2ED51C;
}
.BgClassName
{
background-color: #2ED51C;
}
</style>
border-color css
<style>
span { border-color: #2ED51C; }
span { border-color: rgb(46,213,28); }
td.TdClassName
{
border-color: #2ED51C;
}
.TagClassName
{
border-color: #2ED51C;
}
</style>