Shades of Medium Sea Green #2ECD5D
Tints of Medium Sea Green #2ECD5D
RGB
CMYK
RGB Variations
Color information
#2ECD5D (or 0x2ECD5D) is known color: Medium Sea Green. HEX triplet: 2E, CD and 5D. RGB value is (46,205,93). Sum of RGB (Red+Green+Blue) = 46+205+93=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 205 (80.47% from 255 or 59.59% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECD5D is #D132A2. Grayscale: #909090. Windows color (decimal): -13709987 or 6147374. OLE color: 6147374.
HSL color Cylindrical-coordinate representation of color #2ECD5D: hue angle of 137.74º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECD5D is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 93 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.20 |
| HSL | 137.74º | 0.63% | 0.49% | - |
| HSV(B) | 137.74º | 0.78% | 0.8% | - |
| XYZ | 24.93 | 45.03 | 17.73 | - |
| YUV | 144.69 | 98.82 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 93 | 0.78 | 0 | 0.55 | 0.20 | 137.74 | 0.63 | 0.49 |
| Hex | 2E | CD | 5D | 4E | 0 | 37 | 14 | 8A | 3F | 31 |
| Octal | 56 | 315 | 135 | 116 | 0 | 67 | 24 | 212 | 77 | 61 |
| Binary | 101110 | 11001101 | 1011101 | 1001110 | 0 | 110111 | 10100 | 10001010 | 111111 | 110001 |
Color Harmonies of #2ECD5D
Complementary color
Monochromatic Colors of #2ECD5D
Black with #2ECD5D
Text Example
Text Example
White with #2ECD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD5D; }
p { color: rgb(46,205,93); }
H1.HeaderClassName
{
color: #2ECD5D;
}
.AnyTagClassName
{
color: #2ECD5D;
}
</style>
background-color css
<style>
a { background-color: #2ECD5D; }
a { background-color: rgb(46,205,93); }
div.DivClassName
{
background-color: #2ECD5D;
}
.BgClassName
{
background-color: #2ECD5D;
}
</style>
border-color css
<style>
span { border-color: #2ECD5D; }
span { border-color: rgb(46,205,93); }
td.TdClassName
{
border-color: #2ECD5D;
}
.TagClassName
{
border-color: #2ECD5D;
}
</style>