Shades of Lime Green #2ED31F
Tints of Lime Green #2ED31F
RGB
CMYK
RGB Variations
Color information
#2ED31F (or 0x2ED31F) is known color: Lime Green. HEX triplet: 2E, D3 and 1F. RGB value is (46,211,31). Sum of RGB (Red+Green+Blue) = 46+211+31=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 211 (82.81% from 255 or 73.26% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED31F is #D12CE0. Grayscale: #8D8D8D. Windows color (decimal): -13708513 or 2085678. OLE color: 2085678.
HSL color Cylindrical-coordinate representation of color #2ED31F: hue angle of 115º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ED31F is Cyan = 0.78, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 211 | 31 | - |
| CMYK | 0.78 | 0 | 0.85 | 0.17 |
| HSL | 115º | 0.74% | 0.47% | - |
| HSV(B) | 115º | 0.85% | 0.83% | - |
| XYZ | 24.67 | 47.27 | 9.12 | - |
| YUV | 141.15 | 65.84 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 211 | 31 | 0.78 | 0 | 0.85 | 0.17 | 115 | 0.74 | 0.47 |
| Hex | 2E | D3 | 1F | 4E | 0 | 55 | 11 | 73 | 4A | 2F |
| Octal | 56 | 323 | 37 | 116 | 0 | 125 | 21 | 163 | 112 | 57 |
| Binary | 101110 | 11010011 | 11111 | 1001110 | 0 | 1010101 | 10001 | 1110011 | 1001010 | 101111 |
Color Harmonies of #2ED31F
Complementary color
Monochromatic Colors of #2ED31F
Black with #2ED31F
Text Example
Text Example
White with #2ED31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED31F; }
p { color: rgb(46,211,31); }
H1.HeaderClassName
{
color: #2ED31F;
}
.AnyTagClassName
{
color: #2ED31F;
}
</style>
background-color css
<style>
a { background-color: #2ED31F; }
a { background-color: rgb(46,211,31); }
div.DivClassName
{
background-color: #2ED31F;
}
.BgClassName
{
background-color: #2ED31F;
}
</style>
border-color css
<style>
span { border-color: #2ED31F; }
span { border-color: rgb(46,211,31); }
td.TdClassName
{
border-color: #2ED31F;
}
.TagClassName
{
border-color: #2ED31F;
}
</style>