Shades of Lime Green #2EDC31
Tints of Lime Green #2EDC31
RGB
CMYK
RGB Variations
Color information
#2EDC31 (or 0x2EDC31) is known color: Lime Green. HEX triplet: 2E, DC and 31. RGB value is (46,220,49). Sum of RGB (Red+Green+Blue) = 46+220+49=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDC31 is #D123CE. Grayscale: #949494. Windows color (decimal): -13706191 or 3267630. OLE color: 3267630.
HSL color Cylindrical-coordinate representation of color #2EDC31: hue angle of 121.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDC31 is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 49 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.14 |
| HSL | 121.03º | 0.71% | 0.52% | - |
| HSV(B) | 121.03º | 0.79% | 0.86% | - |
| XYZ | 27.27 | 51.99 | 11.5 | - |
| YUV | 148.48 | 71.85 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 49 | 0.79 | 0 | 0.78 | 0.14 | 121.03 | 0.71 | 0.52 |
| Hex | 2E | DC | 31 | 4F | 0 | 4E | E | 79 | 47 | 34 |
| Octal | 56 | 334 | 61 | 117 | 0 | 116 | 16 | 171 | 107 | 64 |
| Binary | 101110 | 11011100 | 110001 | 1001111 | 0 | 1001110 | 1110 | 1111001 | 1000111 | 110100 |
Color Harmonies of #2EDC31
Complementary color
Monochromatic Colors of #2EDC31
Black with #2EDC31
Text Example
Text Example
White with #2EDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC31; }
p { color: rgb(46,220,49); }
H1.HeaderClassName
{
color: #2EDC31;
}
.AnyTagClassName
{
color: #2EDC31;
}
</style>
background-color css
<style>
a { background-color: #2EDC31; }
a { background-color: rgb(46,220,49); }
div.DivClassName
{
background-color: #2EDC31;
}
.BgClassName
{
background-color: #2EDC31;
}
</style>
border-color css
<style>
span { border-color: #2EDC31; }
span { border-color: rgb(46,220,49); }
td.TdClassName
{
border-color: #2EDC31;
}
.TagClassName
{
border-color: #2EDC31;
}
</style>