Shades of Medium Sea Green #2ED565
Tints of Medium Sea Green #2ED565
RGB
CMYK
RGB Variations
Color information
#2ED565 (or 0x2ED565) is known color: Medium Sea Green. HEX triplet: 2E, D5 and 65. RGB value is (46,213,101). Sum of RGB (Red+Green+Blue) = 46+213+101=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 213 (83.59% from 255 or 59.17% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED565 is #D12A9A. Grayscale: #969696. Windows color (decimal): -13707931 or 6673710. OLE color: 6673710.
HSL color Cylindrical-coordinate representation of color #2ED565: hue angle of 139.76º 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 #2ED565 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 101 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.16 |
| HSL | 139.76º | 0.67% | 0.51% | - |
| HSV(B) | 139.76º | 0.78% | 0.84% | - |
| XYZ | 27.27 | 49.11 | 20.35 | - |
| YUV | 150.3 | 100.17 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 101 | 0.78 | 0 | 0.53 | 0.16 | 139.76 | 0.67 | 0.51 |
| Hex | 2E | D5 | 65 | 4E | 0 | 35 | 10 | 8C | 43 | 33 |
| Octal | 56 | 325 | 145 | 116 | 0 | 65 | 20 | 214 | 103 | 63 |
| Binary | 101110 | 11010101 | 1100101 | 1001110 | 0 | 110101 | 10000 | 10001100 | 1000011 | 110011 |
Color Harmonies of #2ED565
Complementary color
Monochromatic Colors of #2ED565
Black with #2ED565
Text Example
Text Example
White with #2ED565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED565; }
p { color: rgb(46,213,101); }
H1.HeaderClassName
{
color: #2ED565;
}
.AnyTagClassName
{
color: #2ED565;
}
</style>
background-color css
<style>
a { background-color: #2ED565; }
a { background-color: rgb(46,213,101); }
div.DivClassName
{
background-color: #2ED565;
}
.BgClassName
{
background-color: #2ED565;
}
</style>
border-color css
<style>
span { border-color: #2ED565; }
span { border-color: rgb(46,213,101); }
td.TdClassName
{
border-color: #2ED565;
}
.TagClassName
{
border-color: #2ED565;
}
</style>