Shades of Medium Sea Green #2ED56D
Tints of Medium Sea Green #2ED56D
RGB
CMYK
RGB Variations
Color information
#2ED56D (or 0x2ED56D) is known color: Medium Sea Green. HEX triplet: 2E, D5 and 6D. RGB value is (46,213,109). Sum of RGB (Red+Green+Blue) = 46+213+109=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED56D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED56D is #D12A92. Grayscale: #979797. Windows color (decimal): -13707923 or 7197998. OLE color: 7197998.
HSL color Cylindrical-coordinate representation of color #2ED56D: hue angle of 142.63º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED56D is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 109 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.16 |
| HSL | 142.63º | 0.67% | 0.51% | - |
| HSV(B) | 142.63º | 0.78% | 0.84% | - |
| XYZ | 27.68 | 49.27 | 22.52 | - |
| YUV | 151.21 | 104.17 | 52.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 109 | 0.78 | 0 | 0.49 | 0.16 | 142.63 | 0.67 | 0.51 |
| Hex | 2E | D5 | 6D | 4E | 0 | 31 | 10 | 8F | 43 | 33 |
| Octal | 56 | 325 | 155 | 116 | 0 | 61 | 20 | 217 | 103 | 63 |
| Binary | 101110 | 11010101 | 1101101 | 1001110 | 0 | 110001 | 10000 | 10001111 | 1000011 | 110011 |
Color Harmonies of #2ED56D
Complementary color
Monochromatic Colors of #2ED56D
Black with #2ED56D
Text Example
Text Example
White with #2ED56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED56D; }
p { color: rgb(46,213,109); }
H1.HeaderClassName
{
color: #2ED56D;
}
.AnyTagClassName
{
color: #2ED56D;
}
</style>
background-color css
<style>
a { background-color: #2ED56D; }
a { background-color: rgb(46,213,109); }
div.DivClassName
{
background-color: #2ED56D;
}
.BgClassName
{
background-color: #2ED56D;
}
</style>
border-color css
<style>
span { border-color: #2ED56D; }
span { border-color: rgb(46,213,109); }
td.TdClassName
{
border-color: #2ED56D;
}
.TagClassName
{
border-color: #2ED56D;
}
</style>