Shades of Medium Sea Green #2EC67D
Tints of Medium Sea Green #2EC67D
RGB
CMYK
RGB Variations
Color information
#2EC67D (or 0x2EC67D) is known color: Medium Sea Green. HEX triplet: 2E, C6 and 7D. RGB value is (46,198,125). Sum of RGB (Red+Green+Blue) = 46+198+125=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 198 (77.73% from 255 or 53.66% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC67D is #D13982. Grayscale: #909090. Windows color (decimal): -13711747 or 8242734. OLE color: 8242734.
HSL color Cylindrical-coordinate representation of color #2EC67D: hue angle of 151.18º 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 #2EC67D is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 125 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.22 |
| HSL | 151.18º | 0.62% | 0.48% | - |
| HSV(B) | 151.18º | 0.77% | 0.78% | - |
| XYZ | 25.02 | 42.45 | 26.28 | - |
| YUV | 144.23 | 117.14 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 125 | 0.77 | 0 | 0.37 | 0.22 | 151.18 | 0.62 | 0.48 |
| Hex | 2E | C6 | 7D | 4D | 0 | 25 | 16 | 97 | 3E | 30 |
| Octal | 56 | 306 | 175 | 115 | 0 | 45 | 26 | 227 | 76 | 60 |
| Binary | 101110 | 11000110 | 1111101 | 1001101 | 0 | 100101 | 10110 | 10010111 | 111110 | 110000 |
Color Harmonies of #2EC67D
Complementary color
Monochromatic Colors of #2EC67D
Black with #2EC67D
Text Example
Text Example
White with #2EC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC67D; }
p { color: rgb(46,198,125); }
H1.HeaderClassName
{
color: #2EC67D;
}
.AnyTagClassName
{
color: #2EC67D;
}
</style>
background-color css
<style>
a { background-color: #2EC67D; }
a { background-color: rgb(46,198,125); }
div.DivClassName
{
background-color: #2EC67D;
}
.BgClassName
{
background-color: #2EC67D;
}
</style>
border-color css
<style>
span { border-color: #2EC67D; }
span { border-color: rgb(46,198,125); }
td.TdClassName
{
border-color: #2EC67D;
}
.TagClassName
{
border-color: #2EC67D;
}
</style>