Shades of Lime Green #2ED51F
Tints of Lime Green #2ED51F
RGB
CMYK
RGB Variations
Color information
#2ED51F (or 0x2ED51F) is known color: Lime Green. HEX triplet: 2E, D5 and 1F. RGB value is (46,213,31). Sum of RGB (Red+Green+Blue) = 46+213+31=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 213 (83.59% from 255 or 73.45% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED51F is #D12AE0. Grayscale: #8E8E8E. Windows color (decimal): -13708001 or 2086190. OLE color: 2086190.
HSL color Cylindrical-coordinate representation of color #2ED51F: hue angle of 115.05º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ED51F is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 31 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.16 |
| HSL | 115.05º | 0.75% | 0.48% | - |
| HSV(B) | 115.05º | 0.85% | 0.84% | - |
| XYZ | 25.17 | 48.27 | 9.29 | - |
| YUV | 142.32 | 65.17 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 31 | 0.78 | 0 | 0.85 | 0.16 | 115.05 | 0.75 | 0.48 |
| Hex | 2E | D5 | 1F | 4E | 0 | 55 | 10 | 73 | 4B | 30 |
| Octal | 56 | 325 | 37 | 116 | 0 | 125 | 20 | 163 | 113 | 60 |
| Binary | 101110 | 11010101 | 11111 | 1001110 | 0 | 1010101 | 10000 | 1110011 | 1001011 | 110000 |
Color Harmonies of #2ED51F
Complementary color
Monochromatic Colors of #2ED51F
Black with #2ED51F
Text Example
Text Example
White with #2ED51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED51F; }
p { color: rgb(46,213,31); }
H1.HeaderClassName
{
color: #2ED51F;
}
.AnyTagClassName
{
color: #2ED51F;
}
</style>
background-color css
<style>
a { background-color: #2ED51F; }
a { background-color: rgb(46,213,31); }
div.DivClassName
{
background-color: #2ED51F;
}
.BgClassName
{
background-color: #2ED51F;
}
</style>
border-color css
<style>
span { border-color: #2ED51F; }
span { border-color: rgb(46,213,31); }
td.TdClassName
{
border-color: #2ED51F;
}
.TagClassName
{
border-color: #2ED51F;
}
</style>