Shades of Medium Sea Green #2EC768
Tints of Medium Sea Green #2EC768
RGB
CMYK
RGB Variations
Color information
#2EC768 (or 0x2EC768) is known color: Medium Sea Green. HEX triplet: 2E, C7 and 68. RGB value is (46,199,104). Sum of RGB (Red+Green+Blue) = 46+199+104=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 199 (78.12% from 255 or 57.02% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 199 - color contains mainly: green. Hex color #2EC768 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC768 is #D13897. Grayscale: #8E8E8E. Windows color (decimal): -13711512 or 6866734. OLE color: 6866734.
HSL color Cylindrical-coordinate representation of color #2EC768: hue angle of 142.75º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC768 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 199 | 104 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.22 |
| HSL | 142.75º | 0.62% | 0.48% | - |
| HSV(B) | 142.75º | 0.77% | 0.78% | - |
| XYZ | 24.05 | 42.43 | 20.02 | - |
| YUV | 142.42 | 106.31 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 199 | 104 | 0.77 | 0 | 0.48 | 0.22 | 142.75 | 0.62 | 0.48 |
| Hex | 2E | C7 | 68 | 4D | 0 | 30 | 16 | 8F | 3E | 30 |
| Octal | 56 | 307 | 150 | 115 | 0 | 60 | 26 | 217 | 76 | 60 |
| Binary | 101110 | 11000111 | 1101000 | 1001101 | 0 | 110000 | 10110 | 10001111 | 111110 | 110000 |
Color Harmonies of #2EC768
Complementary color
Monochromatic Colors of #2EC768
Black with #2EC768
Text Example
Text Example
White with #2EC768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC768; }
p { color: rgb(46,199,104); }
H1.HeaderClassName
{
color: #2EC768;
}
.AnyTagClassName
{
color: #2EC768;
}
</style>
background-color css
<style>
a { background-color: #2EC768; }
a { background-color: rgb(46,199,104); }
div.DivClassName
{
background-color: #2EC768;
}
.BgClassName
{
background-color: #2EC768;
}
</style>
border-color css
<style>
span { border-color: #2EC768; }
span { border-color: rgb(46,199,104); }
td.TdClassName
{
border-color: #2EC768;
}
.TagClassName
{
border-color: #2EC768;
}
</style>