Shades of Medium Sea Green #2EB063
Tints of Medium Sea Green #2EB063
RGB
CMYK
RGB Variations
Color information
#2EB063 (or 0x2EB063) is known color: Medium Sea Green. HEX triplet: 2E, B0 and 63. RGB value is (46,176,99). Sum of RGB (Red+Green+Blue) = 46+176+99=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 176 (69.14% from 255 or 54.83% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EB063 is #D14F9C. Grayscale: #808080. Windows color (decimal): -13717405 or 6533166. OLE color: 6533166.
HSL color Cylindrical-coordinate representation of color #2EB063: hue angle of 144.46º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB063 is Cyan = 0.74, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 176 | 99 | - |
| CMYK | 0.74 | 0 | 0.44 | 0.31 |
| HSL | 144.46º | 0.59% | 0.44% | - |
| HSV(B) | 144.46º | 0.74% | 0.69% | - |
| XYZ | 18.9 | 32.53 | 17.09 | - |
| YUV | 128.35 | 111.43 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 176 | 99 | 0.74 | 0 | 0.44 | 0.31 | 144.46 | 0.59 | 0.44 |
| Hex | 2E | B0 | 63 | 4A | 0 | 2C | 1F | 90 | 3B | 2C |
| Octal | 56 | 260 | 143 | 112 | 0 | 54 | 37 | 220 | 73 | 54 |
| Binary | 101110 | 10110000 | 1100011 | 1001010 | 0 | 101100 | 11111 | 10010000 | 111011 | 101100 |
Color Harmonies of #2EB063
Complementary color
Monochromatic Colors of #2EB063
Black with #2EB063
Text Example
Text Example
White with #2EB063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB063; }
p { color: rgb(46,176,99); }
H1.HeaderClassName
{
color: #2EB063;
}
.AnyTagClassName
{
color: #2EB063;
}
</style>
background-color css
<style>
a { background-color: #2EB063; }
a { background-color: rgb(46,176,99); }
div.DivClassName
{
background-color: #2EB063;
}
.BgClassName
{
background-color: #2EB063;
}
</style>
border-color css
<style>
span { border-color: #2EB063; }
span { border-color: rgb(46,176,99); }
td.TdClassName
{
border-color: #2EB063;
}
.TagClassName
{
border-color: #2EB063;
}
</style>