Shades of Medium Sea Green #2ECF60
Tints of Medium Sea Green #2ECF60
RGB
CMYK
RGB Variations
Color information
#2ECF60 (or 0x2ECF60) is known color: Medium Sea Green. HEX triplet: 2E, CF and 60. RGB value is (46,207,96). Sum of RGB (Red+Green+Blue) = 46+207+96=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECF60 is #D1309F. Grayscale: #929292. Windows color (decimal): -13709472 or 6344494. OLE color: 6344494.
HSL color Cylindrical-coordinate representation of color #2ECF60: hue angle of 138.63º 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 #2ECF60 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 96 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.19 |
| HSL | 138.63º | 0.64% | 0.5% | - |
| HSV(B) | 138.63º | 0.78% | 0.81% | - |
| XYZ | 25.55 | 46.05 | 18.61 | - |
| YUV | 146.21 | 99.66 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 96 | 0.78 | 0 | 0.54 | 0.19 | 138.63 | 0.64 | 0.5 |
| Hex | 2E | CF | 60 | 4E | 0 | 36 | 13 | 8B | 40 | 32 |
| Octal | 56 | 317 | 140 | 116 | 0 | 66 | 23 | 213 | 100 | 62 |
| Binary | 101110 | 11001111 | 1100000 | 1001110 | 0 | 110110 | 10011 | 10001011 | 1000000 | 110010 |
Color Harmonies of #2ECF60
Complementary color
Monochromatic Colors of #2ECF60
Black with #2ECF60
Text Example
Text Example
White with #2ECF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF60; }
p { color: rgb(46,207,96); }
H1.HeaderClassName
{
color: #2ECF60;
}
.AnyTagClassName
{
color: #2ECF60;
}
</style>
background-color css
<style>
a { background-color: #2ECF60; }
a { background-color: rgb(46,207,96); }
div.DivClassName
{
background-color: #2ECF60;
}
.BgClassName
{
background-color: #2ECF60;
}
</style>
border-color css
<style>
span { border-color: #2ECF60; }
span { border-color: rgb(46,207,96); }
td.TdClassName
{
border-color: #2ECF60;
}
.TagClassName
{
border-color: #2ECF60;
}
</style>