Shades of Medium Sea Green #2EC975
Tints of Medium Sea Green #2EC975
RGB
CMYK
RGB Variations
Color information
#2EC975 (or 0x2EC975) is known color: Medium Sea Green. HEX triplet: 2E, C9 and 75. RGB value is (46,201,117). Sum of RGB (Red+Green+Blue) = 46+201+117=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC975 is #D1368A. Grayscale: #919191. Windows color (decimal): -13710987 or 7719214. OLE color: 7719214.
HSL color Cylindrical-coordinate representation of color #2EC975: hue angle of 147.48º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC975 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 117 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.21 |
| HSL | 147.48º | 0.63% | 0.48% | - |
| HSV(B) | 147.48º | 0.77% | 0.79% | - |
| XYZ | 25.22 | 43.64 | 23.92 | - |
| YUV | 145.08 | 112.15 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 117 | 0.77 | 0 | 0.42 | 0.21 | 147.48 | 0.63 | 0.48 |
| Hex | 2E | C9 | 75 | 4D | 0 | 2A | 15 | 93 | 3F | 30 |
| Octal | 56 | 311 | 165 | 115 | 0 | 52 | 25 | 223 | 77 | 60 |
| Binary | 101110 | 11001001 | 1110101 | 1001101 | 0 | 101010 | 10101 | 10010011 | 111111 | 110000 |
Color Harmonies of #2EC975
Complementary color
Monochromatic Colors of #2EC975
Black with #2EC975
Text Example
Text Example
White with #2EC975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC975; }
p { color: rgb(46,201,117); }
H1.HeaderClassName
{
color: #2EC975;
}
.AnyTagClassName
{
color: #2EC975;
}
</style>
background-color css
<style>
a { background-color: #2EC975; }
a { background-color: rgb(46,201,117); }
div.DivClassName
{
background-color: #2EC975;
}
.BgClassName
{
background-color: #2EC975;
}
</style>
border-color css
<style>
span { border-color: #2EC975; }
span { border-color: rgb(46,201,117); }
td.TdClassName
{
border-color: #2EC975;
}
.TagClassName
{
border-color: #2EC975;
}
</style>