Shades of Medium Sea Green #2EC16F
Tints of Medium Sea Green #2EC16F
RGB
CMYK
RGB Variations
Color information
#2EC16F (or 0x2EC16F) is known color: Medium Sea Green. HEX triplet: 2E, C1 and 6F. RGB value is (46,193,111). Sum of RGB (Red+Green+Blue) = 46+193+111=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC16F is #D13E90. Grayscale: #8B8B8B. Windows color (decimal): -13713041 or 7323950. OLE color: 7323950.
HSL color Cylindrical-coordinate representation of color #2EC16F: hue angle of 146.53º 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 #2EC16F is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 111 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.24 |
| HSL | 146.53º | 0.62% | 0.47% | - |
| HSV(B) | 146.53º | 0.76% | 0.76% | - |
| XYZ | 23.07 | 39.87 | 21.52 | - |
| YUV | 139.7 | 111.8 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 111 | 0.76 | 0 | 0.42 | 0.24 | 146.53 | 0.62 | 0.47 |
| Hex | 2E | C1 | 6F | 4C | 0 | 2A | 18 | 93 | 3E | 2F |
| Octal | 56 | 301 | 157 | 114 | 0 | 52 | 30 | 223 | 76 | 57 |
| Binary | 101110 | 11000001 | 1101111 | 1001100 | 0 | 101010 | 11000 | 10010011 | 111110 | 101111 |
Color Harmonies of #2EC16F
Complementary color
Monochromatic Colors of #2EC16F
Black with #2EC16F
Text Example
Text Example
White with #2EC16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC16F; }
p { color: rgb(46,193,111); }
H1.HeaderClassName
{
color: #2EC16F;
}
.AnyTagClassName
{
color: #2EC16F;
}
</style>
background-color css
<style>
a { background-color: #2EC16F; }
a { background-color: rgb(46,193,111); }
div.DivClassName
{
background-color: #2EC16F;
}
.BgClassName
{
background-color: #2EC16F;
}
</style>
border-color css
<style>
span { border-color: #2EC16F; }
span { border-color: rgb(46,193,111); }
td.TdClassName
{
border-color: #2EC16F;
}
.TagClassName
{
border-color: #2EC16F;
}
</style>