Shades of Medium Sea Green #2EC554
Tints of Medium Sea Green #2EC554
RGB
CMYK
RGB Variations
Color information
#2EC554 (or 0x2EC554) is known color: Medium Sea Green. HEX triplet: 2E, C5 and 54. RGB value is (46,197,84). Sum of RGB (Red+Green+Blue) = 46+197+84=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 197 (77.34% from 255 or 60.24% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC554 is #D13AAB. Grayscale: #8B8B8B. Windows color (decimal): -13712044 or 5555502. OLE color: 5555502.
HSL color Cylindrical-coordinate representation of color #2EC554: hue angle of 135.1º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC554 is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 84 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.23 |
| HSL | 135.1º | 0.62% | 0.48% | - |
| HSV(B) | 135.1º | 0.77% | 0.77% | - |
| XYZ | 22.69 | 41.15 | 15.13 | - |
| YUV | 138.97 | 96.97 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 84 | 0.77 | 0 | 0.57 | 0.23 | 135.1 | 0.62 | 0.48 |
| Hex | 2E | C5 | 54 | 4D | 0 | 39 | 17 | 87 | 3E | 30 |
| Octal | 56 | 305 | 124 | 115 | 0 | 71 | 27 | 207 | 76 | 60 |
| Binary | 101110 | 11000101 | 1010100 | 1001101 | 0 | 111001 | 10111 | 10000111 | 111110 | 110000 |
Color Harmonies of #2EC554
Complementary color
Monochromatic Colors of #2EC554
Black with #2EC554
Text Example
Text Example
White with #2EC554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC554; }
p { color: rgb(46,197,84); }
H1.HeaderClassName
{
color: #2EC554;
}
.AnyTagClassName
{
color: #2EC554;
}
</style>
background-color css
<style>
a { background-color: #2EC554; }
a { background-color: rgb(46,197,84); }
div.DivClassName
{
background-color: #2EC554;
}
.BgClassName
{
background-color: #2EC554;
}
</style>
border-color css
<style>
span { border-color: #2EC554; }
span { border-color: rgb(46,197,84); }
td.TdClassName
{
border-color: #2EC554;
}
.TagClassName
{
border-color: #2EC554;
}
</style>