Shades of Medium Sea Green #2EC45F
Tints of Medium Sea Green #2EC45F
RGB
CMYK
RGB Variations
Color information
#2EC45F (or 0x2EC45F) is known color: Medium Sea Green. HEX triplet: 2E, C4 and 5F. RGB value is (46,196,95). Sum of RGB (Red+Green+Blue) = 46+196+95=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC45F is #D13BA0. Grayscale: #8B8B8B. Windows color (decimal): -13712289 or 6276142. OLE color: 6276142.
HSL color Cylindrical-coordinate representation of color #2EC45F: hue angle of 139.6º 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 #2EC45F is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 95 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.23 |
| HSL | 139.6º | 0.62% | 0.47% | - |
| HSV(B) | 139.6º | 0.77% | 0.77% | - |
| XYZ | 22.93 | 40.89 | 17.51 | - |
| YUV | 139.64 | 102.81 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 95 | 0.77 | 0 | 0.52 | 0.23 | 139.6 | 0.62 | 0.47 |
| Hex | 2E | C4 | 5F | 4D | 0 | 34 | 17 | 8C | 3E | 2F |
| Octal | 56 | 304 | 137 | 115 | 0 | 64 | 27 | 214 | 76 | 57 |
| Binary | 101110 | 11000100 | 1011111 | 1001101 | 0 | 110100 | 10111 | 10001100 | 111110 | 101111 |
Color Harmonies of #2EC45F
Complementary color
Monochromatic Colors of #2EC45F
Black with #2EC45F
Text Example
Text Example
White with #2EC45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC45F; }
p { color: rgb(46,196,95); }
H1.HeaderClassName
{
color: #2EC45F;
}
.AnyTagClassName
{
color: #2EC45F;
}
</style>
background-color css
<style>
a { background-color: #2EC45F; }
a { background-color: rgb(46,196,95); }
div.DivClassName
{
background-color: #2EC45F;
}
.BgClassName
{
background-color: #2EC45F;
}
</style>
border-color css
<style>
span { border-color: #2EC45F; }
span { border-color: rgb(46,196,95); }
td.TdClassName
{
border-color: #2EC45F;
}
.TagClassName
{
border-color: #2EC45F;
}
</style>