Shades of Medium Sea Green #2ECA5D
Tints of Medium Sea Green #2ECA5D
RGB
CMYK
RGB Variations
Color information
#2ECA5D (or 0x2ECA5D) is known color: Medium Sea Green. HEX triplet: 2E, CA and 5D. RGB value is (46,202,93). Sum of RGB (Red+Green+Blue) = 46+202+93=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECA5D is #D135A2. Grayscale: #8F8F8F. Windows color (decimal): -13710755 or 6146606. OLE color: 6146606.
HSL color Cylindrical-coordinate representation of color #2ECA5D: hue angle of 138.08º 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 #2ECA5D is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 93 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.21 |
| HSL | 138.08º | 0.63% | 0.49% | - |
| HSV(B) | 138.08º | 0.77% | 0.79% | - |
| XYZ | 24.22 | 43.61 | 17.5 | - |
| YUV | 142.93 | 99.82 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 93 | 0.77 | 0 | 0.54 | 0.21 | 138.08 | 0.63 | 0.49 |
| Hex | 2E | CA | 5D | 4D | 0 | 36 | 15 | 8A | 3F | 31 |
| Octal | 56 | 312 | 135 | 115 | 0 | 66 | 25 | 212 | 77 | 61 |
| Binary | 101110 | 11001010 | 1011101 | 1001101 | 0 | 110110 | 10101 | 10001010 | 111111 | 110001 |
Color Harmonies of #2ECA5D
Complementary color
Monochromatic Colors of #2ECA5D
Black with #2ECA5D
Text Example
Text Example
White with #2ECA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA5D; }
p { color: rgb(46,202,93); }
H1.HeaderClassName
{
color: #2ECA5D;
}
.AnyTagClassName
{
color: #2ECA5D;
}
</style>
background-color css
<style>
a { background-color: #2ECA5D; }
a { background-color: rgb(46,202,93); }
div.DivClassName
{
background-color: #2ECA5D;
}
.BgClassName
{
background-color: #2ECA5D;
}
</style>
border-color css
<style>
span { border-color: #2ECA5D; }
span { border-color: rgb(46,202,93); }
td.TdClassName
{
border-color: #2ECA5D;
}
.TagClassName
{
border-color: #2ECA5D;
}
</style>