Shades of Medium Sea Green #2EC06A
Tints of Medium Sea Green #2EC06A
RGB
CMYK
RGB Variations
Color information
#2EC06A (or 0x2EC06A) is known color: Medium Sea Green. HEX triplet: 2E, C0 and 6A. RGB value is (46,192,106). Sum of RGB (Red+Green+Blue) = 46+192+106=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC06A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC06A is #D13F95. Grayscale: #8A8A8A. Windows color (decimal): -13713302 or 6996014. OLE color: 6996014.
HSL color Cylindrical-coordinate representation of color #2EC06A: hue angle of 144.66º 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 #2EC06A is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 106 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.25 |
| HSL | 144.66º | 0.61% | 0.47% | - |
| HSV(B) | 144.66º | 0.76% | 0.75% | - |
| XYZ | 22.58 | 39.32 | 20.04 | - |
| YUV | 138.54 | 109.63 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 106 | 0.76 | 0 | 0.45 | 0.25 | 144.66 | 0.61 | 0.47 |
| Hex | 2E | C0 | 6A | 4C | 0 | 2D | 19 | 91 | 3D | 2F |
| Octal | 56 | 300 | 152 | 114 | 0 | 55 | 31 | 221 | 75 | 57 |
| Binary | 101110 | 11000000 | 1101010 | 1001100 | 0 | 101101 | 11001 | 10010001 | 111101 | 101111 |
Color Harmonies of #2EC06A
Complementary color
Monochromatic Colors of #2EC06A
Black with #2EC06A
Text Example
Text Example
White with #2EC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC06A; }
p { color: rgb(46,192,106); }
H1.HeaderClassName
{
color: #2EC06A;
}
.AnyTagClassName
{
color: #2EC06A;
}
</style>
background-color css
<style>
a { background-color: #2EC06A; }
a { background-color: rgb(46,192,106); }
div.DivClassName
{
background-color: #2EC06A;
}
.BgClassName
{
background-color: #2EC06A;
}
</style>
border-color css
<style>
span { border-color: #2EC06A; }
span { border-color: rgb(46,192,106); }
td.TdClassName
{
border-color: #2EC06A;
}
.TagClassName
{
border-color: #2EC06A;
}
</style>