Shades of Lime Green #2ECF50
Tints of Lime Green #2ECF50
RGB
CMYK
RGB Variations
Color information
#2ECF50 (or 0x2ECF50) is known color: Lime Green. HEX triplet: 2E, CF and 50. RGB value is (46,207,80). Sum of RGB (Red+Green+Blue) = 46+207+80=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECF50 is #D130AF. Grayscale: #909090. Windows color (decimal): -13709488 or 5295918. OLE color: 5295918.
HSL color Cylindrical-coordinate representation of color #2ECF50: hue angle of 132.67º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECF50 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 80 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.19 |
| HSL | 132.67º | 0.64% | 0.5% | - |
| HSV(B) | 132.67º | 0.78% | 0.81% | - |
| XYZ | 24.89 | 45.79 | 15.12 | - |
| YUV | 144.38 | 91.66 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 80 | 0.78 | 0 | 0.61 | 0.19 | 132.67 | 0.64 | 0.5 |
| Hex | 2E | CF | 50 | 4E | 0 | 3D | 13 | 85 | 40 | 32 |
| Octal | 56 | 317 | 120 | 116 | 0 | 75 | 23 | 205 | 100 | 62 |
| Binary | 101110 | 11001111 | 1010000 | 1001110 | 0 | 111101 | 10011 | 10000101 | 1000000 | 110010 |
Color Harmonies of #2ECF50
Complementary color
Monochromatic Colors of #2ECF50
Black with #2ECF50
Text Example
Text Example
White with #2ECF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF50; }
p { color: rgb(46,207,80); }
H1.HeaderClassName
{
color: #2ECF50;
}
.AnyTagClassName
{
color: #2ECF50;
}
</style>
background-color css
<style>
a { background-color: #2ECF50; }
a { background-color: rgb(46,207,80); }
div.DivClassName
{
background-color: #2ECF50;
}
.BgClassName
{
background-color: #2ECF50;
}
</style>
border-color css
<style>
span { border-color: #2ECF50; }
span { border-color: rgb(46,207,80); }
td.TdClassName
{
border-color: #2ECF50;
}
.TagClassName
{
border-color: #2ECF50;
}
</style>