Shades of Medium Sea Green #2ECF7A
Tints of Medium Sea Green #2ECF7A
RGB
CMYK
RGB Variations
Color information
#2ECF7A (or 0x2ECF7A) is known color: Medium Sea Green. HEX triplet: 2E, CF and 7A. RGB value is (46,207,122). Sum of RGB (Red+Green+Blue) = 46+207+122=375 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.27% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECF7A is #D13085. Grayscale: #959595. Windows color (decimal): -13709446 or 8048430. OLE color: 8048430.
HSL color Cylindrical-coordinate representation of color #2ECF7A: hue angle of 148.32º 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 #2ECF7A is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 122 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.19 |
| HSL | 148.32º | 0.64% | 0.5% | - |
| HSV(B) | 148.32º | 0.78% | 0.81% | - |
| XYZ | 26.95 | 46.61 | 25.99 | - |
| YUV | 149.17 | 112.66 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 122 | 0.78 | 0 | 0.41 | 0.19 | 148.32 | 0.64 | 0.5 |
| Hex | 2E | CF | 7A | 4E | 0 | 29 | 13 | 94 | 40 | 32 |
| Octal | 56 | 317 | 172 | 116 | 0 | 51 | 23 | 224 | 100 | 62 |
| Binary | 101110 | 11001111 | 1111010 | 1001110 | 0 | 101001 | 10011 | 10010100 | 1000000 | 110010 |
Color Harmonies of #2ECF7A
Complementary color
Monochromatic Colors of #2ECF7A
Black with #2ECF7A
Text Example
Text Example
White with #2ECF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF7A; }
p { color: rgb(46,207,122); }
H1.HeaderClassName
{
color: #2ECF7A;
}
.AnyTagClassName
{
color: #2ECF7A;
}
</style>
background-color css
<style>
a { background-color: #2ECF7A; }
a { background-color: rgb(46,207,122); }
div.DivClassName
{
background-color: #2ECF7A;
}
.BgClassName
{
background-color: #2ECF7A;
}
</style>
border-color css
<style>
span { border-color: #2ECF7A; }
span { border-color: rgb(46,207,122); }
td.TdClassName
{
border-color: #2ECF7A;
}
.TagClassName
{
border-color: #2ECF7A;
}
</style>