Shades of Medium Sea Green #2ECF71
Tints of Medium Sea Green #2ECF71
RGB
CMYK
RGB Variations
Color information
#2ECF71 (or 0x2ECF71) is known color: Medium Sea Green. HEX triplet: 2E, CF and 71. RGB value is (46,207,113). Sum of RGB (Red+Green+Blue) = 46+207+113=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECF71 is #D1308E. Grayscale: #949494. Windows color (decimal): -13709455 or 7458606. OLE color: 7458606.
HSL color Cylindrical-coordinate representation of color #2ECF71: hue angle of 144.97º 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 #2ECF71 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 113 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.19 |
| HSL | 144.97º | 0.64% | 0.5% | - |
| HSV(B) | 144.97º | 0.78% | 0.81% | - |
| XYZ | 26.42 | 46.4 | 23.19 | - |
| YUV | 148.15 | 108.16 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 113 | 0.78 | 0 | 0.45 | 0.19 | 144.97 | 0.64 | 0.5 |
| Hex | 2E | CF | 71 | 4E | 0 | 2D | 13 | 91 | 40 | 32 |
| Octal | 56 | 317 | 161 | 116 | 0 | 55 | 23 | 221 | 100 | 62 |
| Binary | 101110 | 11001111 | 1110001 | 1001110 | 0 | 101101 | 10011 | 10010001 | 1000000 | 110010 |
Color Harmonies of #2ECF71
Complementary color
Monochromatic Colors of #2ECF71
Black with #2ECF71
Text Example
Text Example
White with #2ECF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF71; }
p { color: rgb(46,207,113); }
H1.HeaderClassName
{
color: #2ECF71;
}
.AnyTagClassName
{
color: #2ECF71;
}
</style>
background-color css
<style>
a { background-color: #2ECF71; }
a { background-color: rgb(46,207,113); }
div.DivClassName
{
background-color: #2ECF71;
}
.BgClassName
{
background-color: #2ECF71;
}
</style>
border-color css
<style>
span { border-color: #2ECF71; }
span { border-color: rgb(46,207,113); }
td.TdClassName
{
border-color: #2ECF71;
}
.TagClassName
{
border-color: #2ECF71;
}
</style>