Shades of Medium Sea Green #2EC558
Tints of Medium Sea Green #2EC558
RGB
CMYK
RGB Variations
Color information
#2EC558 (or 0x2EC558) is known color: Medium Sea Green. HEX triplet: 2E, C5 and 58. RGB value is (46,197,88). Sum of RGB (Red+Green+Blue) = 46+197+88=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 88 (34.77% from 255 or 26.59% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC558 is #D13AA7. Grayscale: #8B8B8B. Windows color (decimal): -13712040 or 5817646. OLE color: 5817646.
HSL color Cylindrical-coordinate representation of color #2EC558: hue angle of 136.69º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC558 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 88 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.23 |
| HSL | 136.69º | 0.62% | 0.48% | - |
| HSV(B) | 136.69º | 0.77% | 0.77% | - |
| XYZ | 22.85 | 41.22 | 15.98 | - |
| YUV | 139.43 | 98.97 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 88 | 0.77 | 0 | 0.55 | 0.23 | 136.69 | 0.62 | 0.48 |
| Hex | 2E | C5 | 58 | 4D | 0 | 37 | 17 | 89 | 3E | 30 |
| Octal | 56 | 305 | 130 | 115 | 0 | 67 | 27 | 211 | 76 | 60 |
| Binary | 101110 | 11000101 | 1011000 | 1001101 | 0 | 110111 | 10111 | 10001001 | 111110 | 110000 |
Color Harmonies of #2EC558
Complementary color
Monochromatic Colors of #2EC558
Black with #2EC558
Text Example
Text Example
White with #2EC558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC558; }
p { color: rgb(46,197,88); }
H1.HeaderClassName
{
color: #2EC558;
}
.AnyTagClassName
{
color: #2EC558;
}
</style>
background-color css
<style>
a { background-color: #2EC558; }
a { background-color: rgb(46,197,88); }
div.DivClassName
{
background-color: #2EC558;
}
.BgClassName
{
background-color: #2EC558;
}
</style>
border-color css
<style>
span { border-color: #2EC558; }
span { border-color: rgb(46,197,88); }
td.TdClassName
{
border-color: #2EC558;
}
.TagClassName
{
border-color: #2EC558;
}
</style>