Shades of Medium Sea Green #2ECA68
Tints of Medium Sea Green #2ECA68
RGB
CMYK
RGB Variations
Color information
#2ECA68 (or 0x2ECA68) is known color: Medium Sea Green. HEX triplet: 2E, CA and 68. RGB value is (46,202,104). Sum of RGB (Red+Green+Blue) = 46+202+104=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 202 (79.30% from 255 or 57.39% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECA68 is #D13597. Grayscale: #909090. Windows color (decimal): -13710744 or 6867502. OLE color: 6867502.
HSL color Cylindrical-coordinate representation of color #2ECA68: hue angle of 142.31º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECA68 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 104 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.21 |
| HSL | 142.31º | 0.63% | 0.49% | - |
| HSV(B) | 142.31º | 0.77% | 0.79% | - |
| XYZ | 24.75 | 43.82 | 20.25 | - |
| YUV | 144.18 | 105.32 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 104 | 0.77 | 0 | 0.49 | 0.21 | 142.31 | 0.63 | 0.49 |
| Hex | 2E | CA | 68 | 4D | 0 | 31 | 15 | 8E | 3F | 31 |
| Octal | 56 | 312 | 150 | 115 | 0 | 61 | 25 | 216 | 77 | 61 |
| Binary | 101110 | 11001010 | 1101000 | 1001101 | 0 | 110001 | 10101 | 10001110 | 111111 | 110001 |
Color Harmonies of #2ECA68
Complementary color
Monochromatic Colors of #2ECA68
Black with #2ECA68
Text Example
Text Example
White with #2ECA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA68; }
p { color: rgb(46,202,104); }
H1.HeaderClassName
{
color: #2ECA68;
}
.AnyTagClassName
{
color: #2ECA68;
}
</style>
background-color css
<style>
a { background-color: #2ECA68; }
a { background-color: rgb(46,202,104); }
div.DivClassName
{
background-color: #2ECA68;
}
.BgClassName
{
background-color: #2ECA68;
}
</style>
border-color css
<style>
span { border-color: #2ECA68; }
span { border-color: rgb(46,202,104); }
td.TdClassName
{
border-color: #2ECA68;
}
.TagClassName
{
border-color: #2ECA68;
}
</style>