Shades of Medium Sea Green #2EC17C
Tints of Medium Sea Green #2EC17C
RGB
CMYK
RGB Variations
Color information
#2EC17C (or 0x2EC17C) is known color: Medium Sea Green. HEX triplet: 2E, C1 and 7C. RGB value is (46,193,124). Sum of RGB (Red+Green+Blue) = 46+193+124=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC17C is #D13E83. Grayscale: #8D8D8D. Windows color (decimal): -13713028 or 8175918. OLE color: 8175918.
HSL color Cylindrical-coordinate representation of color #2EC17C: hue angle of 151.84º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC17C is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 124 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.24 |
| HSL | 151.84º | 0.62% | 0.47% | - |
| HSV(B) | 151.84º | 0.76% | 0.76% | - |
| XYZ | 23.83 | 40.18 | 25.57 | - |
| YUV | 141.18 | 118.3 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 124 | 0.76 | 0 | 0.36 | 0.24 | 151.84 | 0.62 | 0.47 |
| Hex | 2E | C1 | 7C | 4C | 0 | 24 | 18 | 98 | 3E | 2F |
| Octal | 56 | 301 | 174 | 114 | 0 | 44 | 30 | 230 | 76 | 57 |
| Binary | 101110 | 11000001 | 1111100 | 1001100 | 0 | 100100 | 11000 | 10011000 | 111110 | 101111 |
Color Harmonies of #2EC17C
Complementary color
Monochromatic Colors of #2EC17C
Black with #2EC17C
Text Example
Text Example
White with #2EC17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC17C; }
p { color: rgb(46,193,124); }
H1.HeaderClassName
{
color: #2EC17C;
}
.AnyTagClassName
{
color: #2EC17C;
}
</style>
background-color css
<style>
a { background-color: #2EC17C; }
a { background-color: rgb(46,193,124); }
div.DivClassName
{
background-color: #2EC17C;
}
.BgClassName
{
background-color: #2EC17C;
}
</style>
border-color css
<style>
span { border-color: #2EC17C; }
span { border-color: rgb(46,193,124); }
td.TdClassName
{
border-color: #2EC17C;
}
.TagClassName
{
border-color: #2EC17C;
}
</style>