Shades of Medium Sea Green #2EC068
Tints of Medium Sea Green #2EC068
RGB
CMYK
RGB Variations
Color information
#2EC068 (or 0x2EC068) is known color: Medium Sea Green. HEX triplet: 2E, C0 and 68. RGB value is (46,192,104). Sum of RGB (Red+Green+Blue) = 46+192+104=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC068 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC068 is #D13F97. Grayscale: #8A8A8A. Windows color (decimal): -13713304 or 6864942. OLE color: 6864942.
HSL color Cylindrical-coordinate representation of color #2EC068: hue angle of 143.84º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC068 is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 104 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.25 |
| HSL | 143.84º | 0.61% | 0.47% | - |
| HSV(B) | 143.84º | 0.76% | 0.75% | - |
| XYZ | 22.48 | 39.28 | 19.49 | - |
| YUV | 138.31 | 108.63 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 104 | 0.76 | 0 | 0.46 | 0.25 | 143.84 | 0.61 | 0.47 |
| Hex | 2E | C0 | 68 | 4C | 0 | 2E | 19 | 90 | 3D | 2F |
| Octal | 56 | 300 | 150 | 114 | 0 | 56 | 31 | 220 | 75 | 57 |
| Binary | 101110 | 11000000 | 1101000 | 1001100 | 0 | 101110 | 11001 | 10010000 | 111101 | 101111 |
Color Harmonies of #2EC068
Complementary color
Monochromatic Colors of #2EC068
Black with #2EC068
Text Example
Text Example
White with #2EC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC068; }
p { color: rgb(46,192,104); }
H1.HeaderClassName
{
color: #2EC068;
}
.AnyTagClassName
{
color: #2EC068;
}
</style>
background-color css
<style>
a { background-color: #2EC068; }
a { background-color: rgb(46,192,104); }
div.DivClassName
{
background-color: #2EC068;
}
.BgClassName
{
background-color: #2EC068;
}
</style>
border-color css
<style>
span { border-color: #2EC068; }
span { border-color: rgb(46,192,104); }
td.TdClassName
{
border-color: #2EC068;
}
.TagClassName
{
border-color: #2EC068;
}
</style>