Shades of Lime Green #2EC618
Tints of Lime Green #2EC618
RGB
CMYK
RGB Variations
Color information
#2EC618 (or 0x2EC618) is known color: Lime Green. HEX triplet: 2E, C6 and 18. RGB value is (46,198,24). Sum of RGB (Red+Green+Blue) = 46+198+24=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 198 (77.73% from 255 or 73.88% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC618 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC618 is #D139E7. Grayscale: #858585. Windows color (decimal): -13711848 or 1623598. OLE color: 1623598.
HSL color Cylindrical-coordinate representation of color #2EC618: hue angle of 112.41º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EC618 is Cyan = 0.77, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 24 | - |
| CMYK | 0.77 | 0 | 0.88 | 0.22 |
| HSL | 112.41º | 0.78% | 0.44% | - |
| HSV(B) | 112.41º | 0.88% | 0.78% | - |
| XYZ | 21.49 | 41.03 | 7.65 | - |
| YUV | 132.72 | 66.64 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 24 | 0.77 | 0 | 0.88 | 0.22 | 112.41 | 0.78 | 0.44 |
| Hex | 2E | C6 | 18 | 4D | 0 | 58 | 16 | 70 | 4E | 2C |
| Octal | 56 | 306 | 30 | 115 | 0 | 130 | 26 | 160 | 116 | 54 |
| Binary | 101110 | 11000110 | 11000 | 1001101 | 0 | 1011000 | 10110 | 1110000 | 1001110 | 101100 |
Color Harmonies of #2EC618
Complementary color
Monochromatic Colors of #2EC618
Black with #2EC618
Text Example
Text Example
White with #2EC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC618; }
p { color: rgb(46,198,24); }
H1.HeaderClassName
{
color: #2EC618;
}
.AnyTagClassName
{
color: #2EC618;
}
</style>
background-color css
<style>
a { background-color: #2EC618; }
a { background-color: rgb(46,198,24); }
div.DivClassName
{
background-color: #2EC618;
}
.BgClassName
{
background-color: #2EC618;
}
</style>
border-color css
<style>
span { border-color: #2EC618; }
span { border-color: rgb(46,198,24); }
td.TdClassName
{
border-color: #2EC618;
}
.TagClassName
{
border-color: #2EC618;
}
</style>