Shades of Medium Sea Green #2ECA65
Tints of Medium Sea Green #2ECA65
RGB
CMYK
RGB Variations
Color information
#2ECA65 (or 0x2ECA65) is known color: Medium Sea Green. HEX triplet: 2E, CA and 65. RGB value is (46,202,101). Sum of RGB (Red+Green+Blue) = 46+202+101=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECA65 is #D1359A. Grayscale: #909090. Windows color (decimal): -13710747 or 6670894. OLE color: 6670894.
HSL color Cylindrical-coordinate representation of color #2ECA65: hue angle of 141.15º 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 #2ECA65 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 101 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.21 |
| HSL | 141.15º | 0.63% | 0.49% | - |
| HSV(B) | 141.15º | 0.77% | 0.79% | - |
| XYZ | 24.6 | 43.76 | 19.46 | - |
| YUV | 143.84 | 103.82 | 58.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 101 | 0.77 | 0 | 0.50 | 0.21 | 141.15 | 0.63 | 0.49 |
| Hex | 2E | CA | 65 | 4D | 0 | 32 | 15 | 8D | 3F | 31 |
| Octal | 56 | 312 | 145 | 115 | 0 | 62 | 25 | 215 | 77 | 61 |
| Binary | 101110 | 11001010 | 1100101 | 1001101 | 0 | 110010 | 10101 | 10001101 | 111111 | 110001 |
Color Harmonies of #2ECA65
Complementary color
Monochromatic Colors of #2ECA65
Black with #2ECA65
Text Example
Text Example
White with #2ECA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA65; }
p { color: rgb(46,202,101); }
H1.HeaderClassName
{
color: #2ECA65;
}
.AnyTagClassName
{
color: #2ECA65;
}
</style>
background-color css
<style>
a { background-color: #2ECA65; }
a { background-color: rgb(46,202,101); }
div.DivClassName
{
background-color: #2ECA65;
}
.BgClassName
{
background-color: #2ECA65;
}
</style>
border-color css
<style>
span { border-color: #2ECA65; }
span { border-color: rgb(46,202,101); }
td.TdClassName
{
border-color: #2ECA65;
}
.TagClassName
{
border-color: #2ECA65;
}
</style>