Shades of Medium Sea Green #2ECA5E
Tints of Medium Sea Green #2ECA5E
RGB
CMYK
RGB Variations
Color information
#2ECA5E (or 0x2ECA5E) is known color: Medium Sea Green. HEX triplet: 2E, CA and 5E. RGB value is (46,202,94). Sum of RGB (Red+Green+Blue) = 46+202+94=342 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.45% from 342); Green value is 202 (79.30% from 255 or 59.06% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECA5E is #D135A1. Grayscale: #8F8F8F. Windows color (decimal): -13710754 or 6212142. OLE color: 6212142.
HSL color Cylindrical-coordinate representation of color #2ECA5E: hue angle of 138.46º 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 #2ECA5E is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 94 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.21 |
| HSL | 138.46º | 0.63% | 0.49% | - |
| HSV(B) | 138.46º | 0.77% | 0.79% | - |
| XYZ | 24.27 | 43.63 | 17.73 | - |
| YUV | 143.04 | 100.32 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 94 | 0.77 | 0 | 0.53 | 0.21 | 138.46 | 0.63 | 0.49 |
| Hex | 2E | CA | 5E | 4D | 0 | 35 | 15 | 8A | 3F | 31 |
| Octal | 56 | 312 | 136 | 115 | 0 | 65 | 25 | 212 | 77 | 61 |
| Binary | 101110 | 11001010 | 1011110 | 1001101 | 0 | 110101 | 10101 | 10001010 | 111111 | 110001 |
Color Harmonies of #2ECA5E
Complementary color
Monochromatic Colors of #2ECA5E
Black with #2ECA5E
Text Example
Text Example
White with #2ECA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA5E; }
p { color: rgb(46,202,94); }
H1.HeaderClassName
{
color: #2ECA5E;
}
.AnyTagClassName
{
color: #2ECA5E;
}
</style>
background-color css
<style>
a { background-color: #2ECA5E; }
a { background-color: rgb(46,202,94); }
div.DivClassName
{
background-color: #2ECA5E;
}
.BgClassName
{
background-color: #2ECA5E;
}
</style>
border-color css
<style>
span { border-color: #2ECA5E; }
span { border-color: rgb(46,202,94); }
td.TdClassName
{
border-color: #2ECA5E;
}
.TagClassName
{
border-color: #2ECA5E;
}
</style>