Shades of Medium Sea Green #2EC67A
Tints of Medium Sea Green #2EC67A
RGB
CMYK
RGB Variations
Color information
#2EC67A (or 0x2EC67A) is known color: Medium Sea Green. HEX triplet: 2E, C6 and 7A. RGB value is (46,198,122). Sum of RGB (Red+Green+Blue) = 46+198+122=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 198 (77.73% from 255 or 54.10% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC67A is #D13985. Grayscale: #909090. Windows color (decimal): -13711750 or 8046126. OLE color: 8046126.
HSL color Cylindrical-coordinate representation of color #2EC67A: hue angle of 150º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC67A is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 122 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.22 |
| HSL | 150º | 0.62% | 0.48% | - |
| HSV(B) | 150º | 0.77% | 0.78% | - |
| XYZ | 24.83 | 42.37 | 25.28 | - |
| YUV | 143.89 | 115.64 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 122 | 0.77 | 0 | 0.38 | 0.22 | 150 | 0.62 | 0.48 |
| Hex | 2E | C6 | 7A | 4D | 0 | 26 | 16 | 96 | 3E | 30 |
| Octal | 56 | 306 | 172 | 115 | 0 | 46 | 26 | 226 | 76 | 60 |
| Binary | 101110 | 11000110 | 1111010 | 1001101 | 0 | 100110 | 10110 | 10010110 | 111110 | 110000 |
Color Harmonies of #2EC67A
Complementary color
Monochromatic Colors of #2EC67A
Black with #2EC67A
Text Example
Text Example
White with #2EC67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC67A; }
p { color: rgb(46,198,122); }
H1.HeaderClassName
{
color: #2EC67A;
}
.AnyTagClassName
{
color: #2EC67A;
}
</style>
background-color css
<style>
a { background-color: #2EC67A; }
a { background-color: rgb(46,198,122); }
div.DivClassName
{
background-color: #2EC67A;
}
.BgClassName
{
background-color: #2EC67A;
}
</style>
border-color css
<style>
span { border-color: #2EC67A; }
span { border-color: rgb(46,198,122); }
td.TdClassName
{
border-color: #2EC67A;
}
.TagClassName
{
border-color: #2EC67A;
}
</style>