Shades of Lime Green #2EC631
Tints of Lime Green #2EC631
RGB
CMYK
RGB Variations
Color information
#2EC631 (or 0x2EC631) is known color: Lime Green. HEX triplet: 2E, C6 and 31. RGB value is (46,198,49). Sum of RGB (Red+Green+Blue) = 46+198+49=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 198 (77.73% from 255 or 67.58% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC631 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC631 is #D139CE. Grayscale: #888888. Windows color (decimal): -13711823 or 3261998. OLE color: 3261998.
HSL color Cylindrical-coordinate representation of color #2EC631: hue angle of 121.18º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC631 is Cyan = 0.77, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 49 | - |
| CMYK | 0.77 | 0 | 0.75 | 0.22 |
| HSL | 121.18º | 0.62% | 0.48% | - |
| HSV(B) | 121.18º | 0.77% | 0.78% | - |
| XYZ | 21.88 | 41.19 | 9.7 | - |
| YUV | 135.57 | 79.14 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 49 | 0.77 | 0 | 0.75 | 0.22 | 121.18 | 0.62 | 0.48 |
| Hex | 2E | C6 | 31 | 4D | 0 | 4B | 16 | 79 | 3E | 30 |
| Octal | 56 | 306 | 61 | 115 | 0 | 113 | 26 | 171 | 76 | 60 |
| Binary | 101110 | 11000110 | 110001 | 1001101 | 0 | 1001011 | 10110 | 1111001 | 111110 | 110000 |
Color Harmonies of #2EC631
Complementary color
Monochromatic Colors of #2EC631
Black with #2EC631
Text Example
Text Example
White with #2EC631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC631; }
p { color: rgb(46,198,49); }
H1.HeaderClassName
{
color: #2EC631;
}
.AnyTagClassName
{
color: #2EC631;
}
</style>
background-color css
<style>
a { background-color: #2EC631; }
a { background-color: rgb(46,198,49); }
div.DivClassName
{
background-color: #2EC631;
}
.BgClassName
{
background-color: #2EC631;
}
</style>
border-color css
<style>
span { border-color: #2EC631; }
span { border-color: rgb(46,198,49); }
td.TdClassName
{
border-color: #2EC631;
}
.TagClassName
{
border-color: #2EC631;
}
</style>