Shades of Medium Sea Green #2ED46E
Tints of Medium Sea Green #2ED46E
RGB
CMYK
RGB Variations
Color information
#2ED46E (or 0x2ED46E) is known color: Medium Sea Green. HEX triplet: 2E, D4 and 6E. RGB value is (46,212,110). Sum of RGB (Red+Green+Blue) = 46+212+110=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 212 (83.20% from 255 or 57.61% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED46E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED46E is #D12B91. Grayscale: #969696. Windows color (decimal): -13708178 or 7263278. OLE color: 7263278.
HSL color Cylindrical-coordinate representation of color #2ED46E: hue angle of 143.13º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED46E is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 110 | - |
| CMYK | 0.78 | 0 | 0.48 | 0.17 |
| HSL | 143.13º | 0.66% | 0.51% | - |
| HSV(B) | 143.13º | 0.78% | 0.83% | - |
| XYZ | 27.48 | 48.79 | 22.72 | - |
| YUV | 150.74 | 105 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 110 | 0.78 | 0 | 0.48 | 0.17 | 143.13 | 0.66 | 0.51 |
| Hex | 2E | D4 | 6E | 4E | 0 | 30 | 11 | 8F | 42 | 33 |
| Octal | 56 | 324 | 156 | 116 | 0 | 60 | 21 | 217 | 102 | 63 |
| Binary | 101110 | 11010100 | 1101110 | 1001110 | 0 | 110000 | 10001 | 10001111 | 1000010 | 110011 |
Color Harmonies of #2ED46E
Complementary color
Monochromatic Colors of #2ED46E
Black with #2ED46E
Text Example
Text Example
White with #2ED46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED46E; }
p { color: rgb(46,212,110); }
H1.HeaderClassName
{
color: #2ED46E;
}
.AnyTagClassName
{
color: #2ED46E;
}
</style>
background-color css
<style>
a { background-color: #2ED46E; }
a { background-color: rgb(46,212,110); }
div.DivClassName
{
background-color: #2ED46E;
}
.BgClassName
{
background-color: #2ED46E;
}
</style>
border-color css
<style>
span { border-color: #2ED46E; }
span { border-color: rgb(46,212,110); }
td.TdClassName
{
border-color: #2ED46E;
}
.TagClassName
{
border-color: #2ED46E;
}
</style>