Shades of Medium Sea Green #2EBC5C
Tints of Medium Sea Green #2EBC5C
RGB
CMYK
RGB Variations
Color information
#2EBC5C (or 0x2EBC5C) is known color: Medium Sea Green. HEX triplet: 2E, BC and 5C. RGB value is (46,188,92). Sum of RGB (Red+Green+Blue) = 46+188+92=326 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.11% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBC5C is #D143A3. Grayscale: #868686. Windows color (decimal): -13714340 or 6077486. OLE color: 6077486.
HSL color Cylindrical-coordinate representation of color #2EBC5C: hue angle of 139.44º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC5C is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 92 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.26 |
| HSL | 139.44º | 0.61% | 0.46% | - |
| HSV(B) | 139.44º | 0.76% | 0.74% | - |
| XYZ | 21.04 | 37.32 | 16.22 | - |
| YUV | 134.6 | 103.96 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 92 | 0.76 | 0 | 0.51 | 0.26 | 139.44 | 0.61 | 0.46 |
| Hex | 2E | BC | 5C | 4C | 0 | 33 | 1A | 8B | 3D | 2E |
| Octal | 56 | 274 | 134 | 114 | 0 | 63 | 32 | 213 | 75 | 56 |
| Binary | 101110 | 10111100 | 1011100 | 1001100 | 0 | 110011 | 11010 | 10001011 | 111101 | 101110 |
Color Harmonies of #2EBC5C
Complementary color
Monochromatic Colors of #2EBC5C
Black with #2EBC5C
Text Example
Text Example
White with #2EBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC5C; }
p { color: rgb(46,188,92); }
H1.HeaderClassName
{
color: #2EBC5C;
}
.AnyTagClassName
{
color: #2EBC5C;
}
</style>
background-color css
<style>
a { background-color: #2EBC5C; }
a { background-color: rgb(46,188,92); }
div.DivClassName
{
background-color: #2EBC5C;
}
.BgClassName
{
background-color: #2EBC5C;
}
</style>
border-color css
<style>
span { border-color: #2EBC5C; }
span { border-color: rgb(46,188,92); }
td.TdClassName
{
border-color: #2EBC5C;
}
.TagClassName
{
border-color: #2EBC5C;
}
</style>