Shades of Lime Green #2EDE31
Tints of Lime Green #2EDE31
RGB
CMYK
RGB Variations
Color information
#2EDE31 (or 0x2EDE31) is known color: Lime Green. HEX triplet: 2E, DE and 31. RGB value is (46,222,49). Sum of RGB (Red+Green+Blue) = 46+222+49=317 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.51% from 317); Green value is 222 (87.11% from 255 or 70.03% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDE31 is #D121CE. Grayscale: #969696. Windows color (decimal): -13705679 or 3268142. OLE color: 3268142.
HSL color Cylindrical-coordinate representation of color #2EDE31: hue angle of 121.02º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE31 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 49 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.13 |
| HSL | 121.02º | 0.73% | 0.53% | - |
| HSV(B) | 121.02º | 0.79% | 0.87% | - |
| XYZ | 27.8 | 53.05 | 11.68 | - |
| YUV | 149.65 | 71.19 | 54.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 49 | 0.79 | 0 | 0.78 | 0.13 | 121.02 | 0.73 | 0.53 |
| Hex | 2E | DE | 31 | 4F | 0 | 4E | D | 79 | 49 | 35 |
| Octal | 56 | 336 | 61 | 117 | 0 | 116 | 15 | 171 | 111 | 65 |
| Binary | 101110 | 11011110 | 110001 | 1001111 | 0 | 1001110 | 1101 | 1111001 | 1001001 | 110101 |
Color Harmonies of #2EDE31
Complementary color
Monochromatic Colors of #2EDE31
Black with #2EDE31
Text Example
Text Example
White with #2EDE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE31; }
p { color: rgb(46,222,49); }
H1.HeaderClassName
{
color: #2EDE31;
}
.AnyTagClassName
{
color: #2EDE31;
}
</style>
background-color css
<style>
a { background-color: #2EDE31; }
a { background-color: rgb(46,222,49); }
div.DivClassName
{
background-color: #2EDE31;
}
.BgClassName
{
background-color: #2EDE31;
}
</style>
border-color css
<style>
span { border-color: #2EDE31; }
span { border-color: rgb(46,222,49); }
td.TdClassName
{
border-color: #2EDE31;
}
.TagClassName
{
border-color: #2EDE31;
}
</style>