Shades of Lime Green #2EC650
Tints of Lime Green #2EC650
RGB
CMYK
RGB Variations
Color information
#2EC650 (or 0x2EC650) is known color: Lime Green. HEX triplet: 2E, C6 and 50. RGB value is (46,198,80). Sum of RGB (Red+Green+Blue) = 46+198+80=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 198 (77.73% from 255 or 61.11% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC650 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC650 is #D139AF. Grayscale: #8B8B8B. Windows color (decimal): -13711792 or 5293614. OLE color: 5293614.
HSL color Cylindrical-coordinate representation of color #2EC650: hue angle of 133.42º 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 #2EC650 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 80 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.22 |
| HSL | 133.42º | 0.62% | 0.48% | - |
| HSV(B) | 133.42º | 0.77% | 0.78% | - |
| XYZ | 22.77 | 41.55 | 14.41 | - |
| YUV | 139.1 | 94.64 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 80 | 0.77 | 0 | 0.60 | 0.22 | 133.42 | 0.62 | 0.48 |
| Hex | 2E | C6 | 50 | 4D | 0 | 3C | 16 | 85 | 3E | 30 |
| Octal | 56 | 306 | 120 | 115 | 0 | 74 | 26 | 205 | 76 | 60 |
| Binary | 101110 | 11000110 | 1010000 | 1001101 | 0 | 111100 | 10110 | 10000101 | 111110 | 110000 |
Color Harmonies of #2EC650
Complementary color
Monochromatic Colors of #2EC650
Black with #2EC650
Text Example
Text Example
White with #2EC650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC650; }
p { color: rgb(46,198,80); }
H1.HeaderClassName
{
color: #2EC650;
}
.AnyTagClassName
{
color: #2EC650;
}
</style>
background-color css
<style>
a { background-color: #2EC650; }
a { background-color: rgb(46,198,80); }
div.DivClassName
{
background-color: #2EC650;
}
.BgClassName
{
background-color: #2EC650;
}
</style>
border-color css
<style>
span { border-color: #2EC650; }
span { border-color: rgb(46,198,80); }
td.TdClassName
{
border-color: #2EC650;
}
.TagClassName
{
border-color: #2EC650;
}
</style>