Shades of Lime Green #2EC944
Tints of Lime Green #2EC944
RGB
CMYK
RGB Variations
Color information
#2EC944 (or 0x2EC944) is known color: Lime Green. HEX triplet: 2E, C9 and 44. RGB value is (46,201,68). Sum of RGB (Red+Green+Blue) = 46+201+68=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 201 (78.91% from 255 or 63.81% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC944 is #D136BB. Grayscale: #8B8B8B. Windows color (decimal): -13711036 or 4507950. OLE color: 4507950.
HSL color Cylindrical-coordinate representation of color #2EC944: hue angle of 128.52º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC944 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 68 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.21 |
| HSL | 128.52º | 0.63% | 0.48% | - |
| HSV(B) | 128.52º | 0.77% | 0.79% | - |
| XYZ | 23.06 | 42.77 | 12.51 | - |
| YUV | 139.49 | 87.65 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 68 | 0.77 | 0 | 0.66 | 0.21 | 128.52 | 0.63 | 0.48 |
| Hex | 2E | C9 | 44 | 4D | 0 | 42 | 15 | 81 | 3F | 30 |
| Octal | 56 | 311 | 104 | 115 | 0 | 102 | 25 | 201 | 77 | 60 |
| Binary | 101110 | 11001001 | 1000100 | 1001101 | 0 | 1000010 | 10101 | 10000001 | 111111 | 110000 |
Color Harmonies of #2EC944
Complementary color
Monochromatic Colors of #2EC944
Black with #2EC944
Text Example
Text Example
White with #2EC944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC944; }
p { color: rgb(46,201,68); }
H1.HeaderClassName
{
color: #2EC944;
}
.AnyTagClassName
{
color: #2EC944;
}
</style>
background-color css
<style>
a { background-color: #2EC944; }
a { background-color: rgb(46,201,68); }
div.DivClassName
{
background-color: #2EC944;
}
.BgClassName
{
background-color: #2EC944;
}
</style>
border-color css
<style>
span { border-color: #2EC944; }
span { border-color: rgb(46,201,68); }
td.TdClassName
{
border-color: #2EC944;
}
.TagClassName
{
border-color: #2EC944;
}
</style>