Shades of Medium Sea Green #2EBE74
Tints of Medium Sea Green #2EBE74
RGB
CMYK
RGB Variations
Color information
#2EBE74 (or 0x2EBE74) is known color: Medium Sea Green. HEX triplet: 2E, BE and 74. RGB value is (46,190,116). Sum of RGB (Red+Green+Blue) = 46+190+116=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 190 (74.61% from 255 or 53.98% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBE74 is #D1418B. Grayscale: #8A8A8A. Windows color (decimal): -13713804 or 7650862. OLE color: 7650862.
HSL color Cylindrical-coordinate representation of color #2EBE74: hue angle of 149.17º 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 #2EBE74 is Cyan = 0.76, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 116 | - |
| CMYK | 0.76 | 0 | 0.39 | 0.25 |
| HSL | 149.17º | 0.61% | 0.46% | - |
| HSV(B) | 149.17º | 0.76% | 0.75% | - |
| XYZ | 22.69 | 38.67 | 22.79 | - |
| YUV | 138.51 | 115.29 | 62.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 116 | 0.76 | 0 | 0.39 | 0.25 | 149.17 | 0.61 | 0.46 |
| Hex | 2E | BE | 74 | 4C | 0 | 27 | 19 | 95 | 3D | 2E |
| Octal | 56 | 276 | 164 | 114 | 0 | 47 | 31 | 225 | 75 | 56 |
| Binary | 101110 | 10111110 | 1110100 | 1001100 | 0 | 100111 | 11001 | 10010101 | 111101 | 101110 |
Color Harmonies of #2EBE74
Complementary color
Monochromatic Colors of #2EBE74
Black with #2EBE74
Text Example
Text Example
White with #2EBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE74; }
p { color: rgb(46,190,116); }
H1.HeaderClassName
{
color: #2EBE74;
}
.AnyTagClassName
{
color: #2EBE74;
}
</style>
background-color css
<style>
a { background-color: #2EBE74; }
a { background-color: rgb(46,190,116); }
div.DivClassName
{
background-color: #2EBE74;
}
.BgClassName
{
background-color: #2EBE74;
}
</style>
border-color css
<style>
span { border-color: #2EBE74; }
span { border-color: rgb(46,190,116); }
td.TdClassName
{
border-color: #2EBE74;
}
.TagClassName
{
border-color: #2EBE74;
}
</style>