Shades of Medium Sea Green #2EC05F
Tints of Medium Sea Green #2EC05F
RGB
CMYK
RGB Variations
Color information
#2EC05F (or 0x2EC05F) is known color: Medium Sea Green. HEX triplet: 2E, C0 and 5F. RGB value is (46,192,95). Sum of RGB (Red+Green+Blue) = 46+192+95=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 95 (37.5% from 255 or 28.53% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC05F is #D13FA0. Grayscale: #898989. Windows color (decimal): -13713313 or 6275118. OLE color: 6275118.
HSL color Cylindrical-coordinate representation of color #2EC05F: hue angle of 140.14º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC05F is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 95 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.25 |
| HSL | 140.14º | 0.61% | 0.47% | - |
| HSV(B) | 140.14º | 0.76% | 0.75% | - |
| XYZ | 22.04 | 39.11 | 17.21 | - |
| YUV | 137.29 | 104.13 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 95 | 0.76 | 0 | 0.51 | 0.25 | 140.14 | 0.61 | 0.47 |
| Hex | 2E | C0 | 5F | 4C | 0 | 33 | 19 | 8C | 3D | 2F |
| Octal | 56 | 300 | 137 | 114 | 0 | 63 | 31 | 214 | 75 | 57 |
| Binary | 101110 | 11000000 | 1011111 | 1001100 | 0 | 110011 | 11001 | 10001100 | 111101 | 101111 |
Color Harmonies of #2EC05F
Complementary color
Monochromatic Colors of #2EC05F
Black with #2EC05F
Text Example
Text Example
White with #2EC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC05F; }
p { color: rgb(46,192,95); }
H1.HeaderClassName
{
color: #2EC05F;
}
.AnyTagClassName
{
color: #2EC05F;
}
</style>
background-color css
<style>
a { background-color: #2EC05F; }
a { background-color: rgb(46,192,95); }
div.DivClassName
{
background-color: #2EC05F;
}
.BgClassName
{
background-color: #2EC05F;
}
</style>
border-color css
<style>
span { border-color: #2EC05F; }
span { border-color: rgb(46,192,95); }
td.TdClassName
{
border-color: #2EC05F;
}
.TagClassName
{
border-color: #2EC05F;
}
</style>