Shades of Medium Sea Green #2ED07A
Tints of Medium Sea Green #2ED07A
RGB
CMYK
RGB Variations
Color information
#2ED07A (or 0x2ED07A) is known color: Medium Sea Green. HEX triplet: 2E, D0 and 7A. RGB value is (46,208,122). Sum of RGB (Red+Green+Blue) = 46+208+122=376 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.23% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED07A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED07A is #D12F85. Grayscale: #959595. Windows color (decimal): -13709190 or 8048686. OLE color: 8048686.
HSL color Cylindrical-coordinate representation of color #2ED07A: hue angle of 148.15º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED07A is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 122 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.18 |
| HSL | 148.15º | 0.64% | 0.5% | - |
| HSV(B) | 148.15º | 0.78% | 0.82% | - |
| XYZ | 27.2 | 47.1 | 26.07 | - |
| YUV | 149.76 | 112.33 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 122 | 0.78 | 0 | 0.41 | 0.18 | 148.15 | 0.64 | 0.5 |
| Hex | 2E | D0 | 7A | 4E | 0 | 29 | 12 | 94 | 40 | 32 |
| Octal | 56 | 320 | 172 | 116 | 0 | 51 | 22 | 224 | 100 | 62 |
| Binary | 101110 | 11010000 | 1111010 | 1001110 | 0 | 101001 | 10010 | 10010100 | 1000000 | 110010 |
Color Harmonies of #2ED07A
Complementary color
Monochromatic Colors of #2ED07A
Black with #2ED07A
Text Example
Text Example
White with #2ED07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED07A; }
p { color: rgb(46,208,122); }
H1.HeaderClassName
{
color: #2ED07A;
}
.AnyTagClassName
{
color: #2ED07A;
}
</style>
background-color css
<style>
a { background-color: #2ED07A; }
a { background-color: rgb(46,208,122); }
div.DivClassName
{
background-color: #2ED07A;
}
.BgClassName
{
background-color: #2ED07A;
}
</style>
border-color css
<style>
span { border-color: #2ED07A; }
span { border-color: rgb(46,208,122); }
td.TdClassName
{
border-color: #2ED07A;
}
.TagClassName
{
border-color: #2ED07A;
}
</style>