Shades of Medium Sea Green #2EC17A
Tints of Medium Sea Green #2EC17A
RGB
CMYK
RGB Variations
Color information
#2EC17A (or 0x2EC17A) is known color: Medium Sea Green. HEX triplet: 2E, C1 and 7A. RGB value is (46,193,122). Sum of RGB (Red+Green+Blue) = 46+193+122=361 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.74% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 122 (48.05% from 255 or 33.80% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC17A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC17A is #D13E85. Grayscale: #8D8D8D. Windows color (decimal): -13713030 or 8044846. OLE color: 8044846.
HSL color Cylindrical-coordinate representation of color #2EC17A: hue angle of 151.02º 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 #2EC17A is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 122 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.24 |
| HSL | 151.02º | 0.62% | 0.47% | - |
| HSV(B) | 151.02º | 0.76% | 0.76% | - |
| XYZ | 23.71 | 40.13 | 24.91 | - |
| YUV | 140.95 | 117.3 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 122 | 0.76 | 0 | 0.37 | 0.24 | 151.02 | 0.62 | 0.47 |
| Hex | 2E | C1 | 7A | 4C | 0 | 25 | 18 | 97 | 3E | 2F |
| Octal | 56 | 301 | 172 | 114 | 0 | 45 | 30 | 227 | 76 | 57 |
| Binary | 101110 | 11000001 | 1111010 | 1001100 | 0 | 100101 | 11000 | 10010111 | 111110 | 101111 |
Color Harmonies of #2EC17A
Complementary color
Monochromatic Colors of #2EC17A
Black with #2EC17A
Text Example
Text Example
White with #2EC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC17A; }
p { color: rgb(46,193,122); }
H1.HeaderClassName
{
color: #2EC17A;
}
.AnyTagClassName
{
color: #2EC17A;
}
</style>
background-color css
<style>
a { background-color: #2EC17A; }
a { background-color: rgb(46,193,122); }
div.DivClassName
{
background-color: #2EC17A;
}
.BgClassName
{
background-color: #2EC17A;
}
</style>
border-color css
<style>
span { border-color: #2EC17A; }
span { border-color: rgb(46,193,122); }
td.TdClassName
{
border-color: #2EC17A;
}
.TagClassName
{
border-color: #2EC17A;
}
</style>