Shades of Medium Sea Green #2EC458
Tints of Medium Sea Green #2EC458
RGB
CMYK
RGB Variations
Color information
#2EC458 (or 0x2EC458) is known color: Medium Sea Green. HEX triplet: 2E, C4 and 58. RGB value is (46,196,88). Sum of RGB (Red+Green+Blue) = 46+196+88=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC458 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC458 is #D13BA7. Grayscale: #8B8B8B. Windows color (decimal): -13712296 or 5817390. OLE color: 5817390.
HSL color Cylindrical-coordinate representation of color #2EC458: hue angle of 136.8º 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 #2EC458 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 88 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.23 |
| HSL | 136.8º | 0.62% | 0.47% | - |
| HSV(B) | 136.8º | 0.77% | 0.77% | - |
| XYZ | 22.63 | 40.77 | 15.91 | - |
| YUV | 138.84 | 99.31 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 88 | 0.77 | 0 | 0.55 | 0.23 | 136.8 | 0.62 | 0.47 |
| Hex | 2E | C4 | 58 | 4D | 0 | 37 | 17 | 89 | 3E | 2F |
| Octal | 56 | 304 | 130 | 115 | 0 | 67 | 27 | 211 | 76 | 57 |
| Binary | 101110 | 11000100 | 1011000 | 1001101 | 0 | 110111 | 10111 | 10001001 | 111110 | 101111 |
Color Harmonies of #2EC458
Complementary color
Monochromatic Colors of #2EC458
Black with #2EC458
Text Example
Text Example
White with #2EC458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC458; }
p { color: rgb(46,196,88); }
H1.HeaderClassName
{
color: #2EC458;
}
.AnyTagClassName
{
color: #2EC458;
}
</style>
background-color css
<style>
a { background-color: #2EC458; }
a { background-color: rgb(46,196,88); }
div.DivClassName
{
background-color: #2EC458;
}
.BgClassName
{
background-color: #2EC458;
}
</style>
border-color css
<style>
span { border-color: #2EC458; }
span { border-color: rgb(46,196,88); }
td.TdClassName
{
border-color: #2EC458;
}
.TagClassName
{
border-color: #2EC458;
}
</style>