Shades of Medium Sea Green #2EC062
Tints of Medium Sea Green #2EC062
RGB
CMYK
RGB Variations
Color information
#2EC062 (or 0x2EC062) is known color: Medium Sea Green. HEX triplet: 2E, C0 and 62. RGB value is (46,192,98). Sum of RGB (Red+Green+Blue) = 46+192+98=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC062 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC062 is #D13F9D. Grayscale: #898989. Windows color (decimal): -13713310 or 6471726. OLE color: 6471726.
HSL color Cylindrical-coordinate representation of color #2EC062: hue angle of 141.37º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC062 is Cyan = 0.76, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 98 | - |
| CMYK | 0.76 | 0 | 0.49 | 0.25 |
| HSL | 141.37º | 0.61% | 0.47% | - |
| HSV(B) | 141.37º | 0.76% | 0.75% | - |
| XYZ | 22.18 | 39.16 | 17.95 | - |
| YUV | 137.63 | 105.63 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 98 | 0.76 | 0 | 0.49 | 0.25 | 141.37 | 0.61 | 0.47 |
| Hex | 2E | C0 | 62 | 4C | 0 | 31 | 19 | 8D | 3D | 2F |
| Octal | 56 | 300 | 142 | 114 | 0 | 61 | 31 | 215 | 75 | 57 |
| Binary | 101110 | 11000000 | 1100010 | 1001100 | 0 | 110001 | 11001 | 10001101 | 111101 | 101111 |
Color Harmonies of #2EC062
Complementary color
Monochromatic Colors of #2EC062
Black with #2EC062
Text Example
Text Example
White with #2EC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC062; }
p { color: rgb(46,192,98); }
H1.HeaderClassName
{
color: #2EC062;
}
.AnyTagClassName
{
color: #2EC062;
}
</style>
background-color css
<style>
a { background-color: #2EC062; }
a { background-color: rgb(46,192,98); }
div.DivClassName
{
background-color: #2EC062;
}
.BgClassName
{
background-color: #2EC062;
}
</style>
border-color css
<style>
span { border-color: #2EC062; }
span { border-color: rgb(46,192,98); }
td.TdClassName
{
border-color: #2EC062;
}
.TagClassName
{
border-color: #2EC062;
}
</style>