Shades of Medium Sea Green #2ECD74
Tints of Medium Sea Green #2ECD74
RGB
CMYK
RGB Variations
Color information
#2ECD74 (or 0x2ECD74) is known color: Medium Sea Green. HEX triplet: 2E, CD and 74. RGB value is (46,205,116). Sum of RGB (Red+Green+Blue) = 46+205+116=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 205 (80.47% from 255 or 55.86% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECD74 is #D1328B. Grayscale: #939393. Windows color (decimal): -13709964 or 7654702. OLE color: 7654702.
HSL color Cylindrical-coordinate representation of color #2ECD74: hue angle of 146.42º 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 #2ECD74 is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 116 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.20 |
| HSL | 146.42º | 0.63% | 0.49% | - |
| HSV(B) | 146.42º | 0.78% | 0.8% | - |
| XYZ | 26.11 | 45.5 | 23.93 | - |
| YUV | 147.31 | 110.32 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 116 | 0.78 | 0 | 0.43 | 0.20 | 146.42 | 0.63 | 0.49 |
| Hex | 2E | CD | 74 | 4E | 0 | 2B | 14 | 92 | 3F | 31 |
| Octal | 56 | 315 | 164 | 116 | 0 | 53 | 24 | 222 | 77 | 61 |
| Binary | 101110 | 11001101 | 1110100 | 1001110 | 0 | 101011 | 10100 | 10010010 | 111111 | 110001 |
Color Harmonies of #2ECD74
Complementary color
Monochromatic Colors of #2ECD74
Black with #2ECD74
Text Example
Text Example
White with #2ECD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD74; }
p { color: rgb(46,205,116); }
H1.HeaderClassName
{
color: #2ECD74;
}
.AnyTagClassName
{
color: #2ECD74;
}
</style>
background-color css
<style>
a { background-color: #2ECD74; }
a { background-color: rgb(46,205,116); }
div.DivClassName
{
background-color: #2ECD74;
}
.BgClassName
{
background-color: #2ECD74;
}
</style>
border-color css
<style>
span { border-color: #2ECD74; }
span { border-color: rgb(46,205,116); }
td.TdClassName
{
border-color: #2ECD74;
}
.TagClassName
{
border-color: #2ECD74;
}
</style>