Shades of Medium Sea Green #2EC76A
Tints of Medium Sea Green #2EC76A
RGB
CMYK
RGB Variations
Color information
#2EC76A (or 0x2EC76A) is known color: Medium Sea Green. HEX triplet: 2E, C7 and 6A. RGB value is (46,199,106). Sum of RGB (Red+Green+Blue) = 46+199+106=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 199 (78.12% from 255 or 56.70% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC76A is #D13895. Grayscale: #8E8E8E. Windows color (decimal): -13711510 or 6997806. OLE color: 6997806.
HSL color Cylindrical-coordinate representation of color #2EC76A: hue angle of 143.53º 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 #2EC76A is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 106 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.22 |
| HSL | 143.53º | 0.62% | 0.48% | - |
| HSV(B) | 143.53º | 0.77% | 0.78% | - |
| XYZ | 24.15 | 42.47 | 20.56 | - |
| YUV | 142.65 | 107.31 | 59.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 106 | 0.77 | 0 | 0.47 | 0.22 | 143.53 | 0.62 | 0.48 |
| Hex | 2E | C7 | 6A | 4D | 0 | 2F | 16 | 90 | 3E | 30 |
| Octal | 56 | 307 | 152 | 115 | 0 | 57 | 26 | 220 | 76 | 60 |
| Binary | 101110 | 11000111 | 1101010 | 1001101 | 0 | 101111 | 10110 | 10010000 | 111110 | 110000 |
Color Harmonies of #2EC76A
Complementary color
Monochromatic Colors of #2EC76A
Black with #2EC76A
Text Example
Text Example
White with #2EC76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC76A; }
p { color: rgb(46,199,106); }
H1.HeaderClassName
{
color: #2EC76A;
}
.AnyTagClassName
{
color: #2EC76A;
}
</style>
background-color css
<style>
a { background-color: #2EC76A; }
a { background-color: rgb(46,199,106); }
div.DivClassName
{
background-color: #2EC76A;
}
.BgClassName
{
background-color: #2EC76A;
}
</style>
border-color css
<style>
span { border-color: #2EC76A; }
span { border-color: rgb(46,199,106); }
td.TdClassName
{
border-color: #2EC76A;
}
.TagClassName
{
border-color: #2EC76A;
}
</style>