Shades of Medium Sea Green #2EBA60
Tints of Medium Sea Green #2EBA60
RGB
CMYK
RGB Variations
Color information
#2EBA60 (or 0x2EBA60) is known color: Medium Sea Green. HEX triplet: 2E, BA and 60. RGB value is (46,186,96). Sum of RGB (Red+Green+Blue) = 46+186+96=328 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.02% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA60 is #D1459F. Grayscale: #868686. Windows color (decimal): -13714848 or 6339118. OLE color: 6339118.
HSL color Cylindrical-coordinate representation of color #2EBA60: hue angle of 141.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBA60 is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 96 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.27 |
| HSL | 141.43º | 0.6% | 0.45% | - |
| HSV(B) | 141.43º | 0.75% | 0.73% | - |
| XYZ | 20.8 | 36.54 | 17.02 | - |
| YUV | 133.88 | 106.62 | 65.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 96 | 0.75 | 0 | 0.48 | 0.27 | 141.43 | 0.6 | 0.45 |
| Hex | 2E | BA | 60 | 4B | 0 | 30 | 1B | 8D | 3C | 2D |
| Octal | 56 | 272 | 140 | 113 | 0 | 60 | 33 | 215 | 74 | 55 |
| Binary | 101110 | 10111010 | 1100000 | 1001011 | 0 | 110000 | 11011 | 10001101 | 111100 | 101101 |
Color Harmonies of #2EBA60
Complementary color
Monochromatic Colors of #2EBA60
Black with #2EBA60
Text Example
Text Example
White with #2EBA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA60; }
p { color: rgb(46,186,96); }
H1.HeaderClassName
{
color: #2EBA60;
}
.AnyTagClassName
{
color: #2EBA60;
}
</style>
background-color css
<style>
a { background-color: #2EBA60; }
a { background-color: rgb(46,186,96); }
div.DivClassName
{
background-color: #2EBA60;
}
.BgClassName
{
background-color: #2EBA60;
}
</style>
border-color css
<style>
span { border-color: #2EBA60; }
span { border-color: rgb(46,186,96); }
td.TdClassName
{
border-color: #2EBA60;
}
.TagClassName
{
border-color: #2EBA60;
}
</style>