Shades of Medium Sea Green #2EBE68
Tints of Medium Sea Green #2EBE68
RGB
CMYK
RGB Variations
Color information
#2EBE68 (or 0x2EBE68) is known color: Medium Sea Green. HEX triplet: 2E, BE and 68. RGB value is (46,190,104). Sum of RGB (Red+Green+Blue) = 46+190+104=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 190 (74.61% from 255 or 55.88% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBE68 is #D14197. Grayscale: #898989. Windows color (decimal): -13713816 or 6864430. OLE color: 6864430.
HSL color Cylindrical-coordinate representation of color #2EBE68: hue angle of 144.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 #2EBE68 is Cyan = 0.76, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 104 | - |
| CMYK | 0.76 | 0 | 0.45 | 0.25 |
| HSL | 144.17º | 0.61% | 0.46% | - |
| HSV(B) | 144.17º | 0.76% | 0.75% | - |
| XYZ | 22.04 | 38.41 | 19.35 | - |
| YUV | 137.14 | 109.29 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 104 | 0.76 | 0 | 0.45 | 0.25 | 144.17 | 0.61 | 0.46 |
| Hex | 2E | BE | 68 | 4C | 0 | 2D | 19 | 90 | 3D | 2E |
| Octal | 56 | 276 | 150 | 114 | 0 | 55 | 31 | 220 | 75 | 56 |
| Binary | 101110 | 10111110 | 1101000 | 1001100 | 0 | 101101 | 11001 | 10010000 | 111101 | 101110 |
Color Harmonies of #2EBE68
Complementary color
Monochromatic Colors of #2EBE68
Black with #2EBE68
Text Example
Text Example
White with #2EBE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE68; }
p { color: rgb(46,190,104); }
H1.HeaderClassName
{
color: #2EBE68;
}
.AnyTagClassName
{
color: #2EBE68;
}
</style>
background-color css
<style>
a { background-color: #2EBE68; }
a { background-color: rgb(46,190,104); }
div.DivClassName
{
background-color: #2EBE68;
}
.BgClassName
{
background-color: #2EBE68;
}
</style>
border-color css
<style>
span { border-color: #2EBE68; }
span { border-color: rgb(46,190,104); }
td.TdClassName
{
border-color: #2EBE68;
}
.TagClassName
{
border-color: #2EBE68;
}
</style>