Shades of Medium Sea Green #2EBA5F
Tints of Medium Sea Green #2EBA5F
RGB
CMYK
RGB Variations
Color information
#2EBA5F (or 0x2EBA5F) is known color: Medium Sea Green. HEX triplet: 2E, BA and 5F. RGB value is (46,186,95). Sum of RGB (Red+Green+Blue) = 46+186+95=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA5F is #D145A0. Grayscale: #858585. Windows color (decimal): -13714849 or 6273582. OLE color: 6273582.
HSL color Cylindrical-coordinate representation of color #2EBA5F: hue angle of 141º 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 #2EBA5F is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 95 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.27 |
| HSL | 141º | 0.6% | 0.45% | - |
| HSV(B) | 141º | 0.75% | 0.73% | - |
| XYZ | 20.75 | 36.52 | 16.78 | - |
| YUV | 133.77 | 106.12 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 95 | 0.75 | 0 | 0.49 | 0.27 | 141 | 0.6 | 0.45 |
| Hex | 2E | BA | 5F | 4B | 0 | 31 | 1B | 8D | 3C | 2D |
| Octal | 56 | 272 | 137 | 113 | 0 | 61 | 33 | 215 | 74 | 55 |
| Binary | 101110 | 10111010 | 1011111 | 1001011 | 0 | 110001 | 11011 | 10001101 | 111100 | 101101 |
Color Harmonies of #2EBA5F
Complementary color
Monochromatic Colors of #2EBA5F
Black with #2EBA5F
Text Example
Text Example
White with #2EBA5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA5F; }
p { color: rgb(46,186,95); }
H1.HeaderClassName
{
color: #2EBA5F;
}
.AnyTagClassName
{
color: #2EBA5F;
}
</style>
background-color css
<style>
a { background-color: #2EBA5F; }
a { background-color: rgb(46,186,95); }
div.DivClassName
{
background-color: #2EBA5F;
}
.BgClassName
{
background-color: #2EBA5F;
}
</style>
border-color css
<style>
span { border-color: #2EBA5F; }
span { border-color: rgb(46,186,95); }
td.TdClassName
{
border-color: #2EBA5F;
}
.TagClassName
{
border-color: #2EBA5F;
}
</style>