Shades of Medium Sea Green #2EBF5E
Tints of Medium Sea Green #2EBF5E
RGB
CMYK
RGB Variations
Color information
#2EBF5E (or 0x2EBF5E) is known color: Medium Sea Green. HEX triplet: 2E, BF and 5E. RGB value is (46,191,94). Sum of RGB (Red+Green+Blue) = 46+191+94=331 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.90% from 331); Green value is 191 (75% from 255 or 57.70% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBF5E is #D140A1. Grayscale: #888888. Windows color (decimal): -13713570 or 6209326. OLE color: 6209326.
HSL color Cylindrical-coordinate representation of color #2EBF5E: hue angle of 139.86º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBF5E is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 191 | 94 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.25 |
| HSL | 139.86º | 0.61% | 0.46% | - |
| HSV(B) | 139.86º | 0.76% | 0.75% | - |
| XYZ | 21.78 | 38.65 | 16.9 | - |
| YUV | 136.59 | 103.96 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 191 | 94 | 0.76 | 0 | 0.51 | 0.25 | 139.86 | 0.61 | 0.46 |
| Hex | 2E | BF | 5E | 4C | 0 | 33 | 19 | 8C | 3D | 2E |
| Octal | 56 | 277 | 136 | 114 | 0 | 63 | 31 | 214 | 75 | 56 |
| Binary | 101110 | 10111111 | 1011110 | 1001100 | 0 | 110011 | 11001 | 10001100 | 111101 | 101110 |
Color Harmonies of #2EBF5E
Complementary color
Monochromatic Colors of #2EBF5E
Black with #2EBF5E
Text Example
Text Example
White with #2EBF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBF5E; }
p { color: rgb(46,191,94); }
H1.HeaderClassName
{
color: #2EBF5E;
}
.AnyTagClassName
{
color: #2EBF5E;
}
</style>
background-color css
<style>
a { background-color: #2EBF5E; }
a { background-color: rgb(46,191,94); }
div.DivClassName
{
background-color: #2EBF5E;
}
.BgClassName
{
background-color: #2EBF5E;
}
</style>
border-color css
<style>
span { border-color: #2EBF5E; }
span { border-color: rgb(46,191,94); }
td.TdClassName
{
border-color: #2EBF5E;
}
.TagClassName
{
border-color: #2EBF5E;
}
</style>