Shades of Medium Sea Green #2EC475
Tints of Medium Sea Green #2EC475
RGB
CMYK
RGB Variations
Color information
#2EC475 (or 0x2EC475) is known color: Medium Sea Green. HEX triplet: 2E, C4 and 75. RGB value is (46,196,117). Sum of RGB (Red+Green+Blue) = 46+196+117=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC475 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC475 is #D13B8A. Grayscale: #8E8E8E. Windows color (decimal): -13712267 or 7717934. OLE color: 7717934.
HSL color Cylindrical-coordinate representation of color #2EC475: hue angle of 148.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC475 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 117 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.23 |
| HSL | 148.4º | 0.62% | 0.47% | - |
| HSV(B) | 148.4º | 0.77% | 0.77% | - |
| XYZ | 24.08 | 41.35 | 23.54 | - |
| YUV | 142.14 | 113.81 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 117 | 0.77 | 0 | 0.40 | 0.23 | 148.4 | 0.62 | 0.47 |
| Hex | 2E | C4 | 75 | 4D | 0 | 28 | 17 | 94 | 3E | 2F |
| Octal | 56 | 304 | 165 | 115 | 0 | 50 | 27 | 224 | 76 | 57 |
| Binary | 101110 | 11000100 | 1110101 | 1001101 | 0 | 101000 | 10111 | 10010100 | 111110 | 101111 |
Color Harmonies of #2EC475
Complementary color
Monochromatic Colors of #2EC475
Black with #2EC475
Text Example
Text Example
White with #2EC475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC475; }
p { color: rgb(46,196,117); }
H1.HeaderClassName
{
color: #2EC475;
}
.AnyTagClassName
{
color: #2EC475;
}
</style>
background-color css
<style>
a { background-color: #2EC475; }
a { background-color: rgb(46,196,117); }
div.DivClassName
{
background-color: #2EC475;
}
.BgClassName
{
background-color: #2EC475;
}
</style>
border-color css
<style>
span { border-color: #2EC475; }
span { border-color: rgb(46,196,117); }
td.TdClassName
{
border-color: #2EC475;
}
.TagClassName
{
border-color: #2EC475;
}
</style>