Shades of Medium Sea Green #2EBC58
Tints of Medium Sea Green #2EBC58
RGB
CMYK
RGB Variations
Color information
#2EBC58 (or 0x2EBC58) is known color: Medium Sea Green. HEX triplet: 2E, BC and 58. RGB value is (46,188,88). Sum of RGB (Red+Green+Blue) = 46+188+88=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBC58 is #D143A7. Grayscale: #868686. Windows color (decimal): -13714344 or 5815342. OLE color: 5815342.
HSL color Cylindrical-coordinate representation of color #2EBC58: hue angle of 137.75º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC58 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 88 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.26 |
| HSL | 137.75º | 0.61% | 0.46% | - |
| HSV(B) | 137.75º | 0.76% | 0.74% | - |
| XYZ | 20.87 | 37.25 | 15.32 | - |
| YUV | 134.14 | 101.96 | 65.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 88 | 0.76 | 0 | 0.53 | 0.26 | 137.75 | 0.61 | 0.46 |
| Hex | 2E | BC | 58 | 4C | 0 | 35 | 1A | 8A | 3D | 2E |
| Octal | 56 | 274 | 130 | 114 | 0 | 65 | 32 | 212 | 75 | 56 |
| Binary | 101110 | 10111100 | 1011000 | 1001100 | 0 | 110101 | 11010 | 10001010 | 111101 | 101110 |
Color Harmonies of #2EBC58
Complementary color
Monochromatic Colors of #2EBC58
Black with #2EBC58
Text Example
Text Example
White with #2EBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC58; }
p { color: rgb(46,188,88); }
H1.HeaderClassName
{
color: #2EBC58;
}
.AnyTagClassName
{
color: #2EBC58;
}
</style>
background-color css
<style>
a { background-color: #2EBC58; }
a { background-color: rgb(46,188,88); }
div.DivClassName
{
background-color: #2EBC58;
}
.BgClassName
{
background-color: #2EBC58;
}
</style>
border-color css
<style>
span { border-color: #2EBC58; }
span { border-color: rgb(46,188,88); }
td.TdClassName
{
border-color: #2EBC58;
}
.TagClassName
{
border-color: #2EBC58;
}
</style>