Shades of Medium Sea Green #2EC479
Tints of Medium Sea Green #2EC479
RGB
CMYK
RGB Variations
Color information
#2EC479 (or 0x2EC479) is known color: Medium Sea Green. HEX triplet: 2E, C4 and 79. RGB value is (46,196,121). Sum of RGB (Red+Green+Blue) = 46+196+121=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 196 (76.95% from 255 or 53.99% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC479 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC479 is #D13B86. Grayscale: #8E8E8E. Windows color (decimal): -13712263 or 7980078. OLE color: 7980078.
HSL color Cylindrical-coordinate representation of color #2EC479: hue angle of 150º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC479 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 121 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.23 |
| HSL | 150º | 0.62% | 0.47% | - |
| HSV(B) | 150º | 0.77% | 0.77% | - |
| XYZ | 24.32 | 41.44 | 24.81 | - |
| YUV | 142.6 | 115.81 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 121 | 0.77 | 0 | 0.38 | 0.23 | 150 | 0.62 | 0.47 |
| Hex | 2E | C4 | 79 | 4D | 0 | 26 | 17 | 96 | 3E | 2F |
| Octal | 56 | 304 | 171 | 115 | 0 | 46 | 27 | 226 | 76 | 57 |
| Binary | 101110 | 11000100 | 1111001 | 1001101 | 0 | 100110 | 10111 | 10010110 | 111110 | 101111 |
Color Harmonies of #2EC479
Complementary color
Monochromatic Colors of #2EC479
Black with #2EC479
Text Example
Text Example
White with #2EC479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC479; }
p { color: rgb(46,196,121); }
H1.HeaderClassName
{
color: #2EC479;
}
.AnyTagClassName
{
color: #2EC479;
}
</style>
background-color css
<style>
a { background-color: #2EC479; }
a { background-color: rgb(46,196,121); }
div.DivClassName
{
background-color: #2EC479;
}
.BgClassName
{
background-color: #2EC479;
}
</style>
border-color css
<style>
span { border-color: #2EC479; }
span { border-color: rgb(46,196,121); }
td.TdClassName
{
border-color: #2EC479;
}
.TagClassName
{
border-color: #2EC479;
}
</style>