Shades of Medium Sea Green #2EBB5E
Tints of Medium Sea Green #2EBB5E
RGB
CMYK
RGB Variations
Color information
#2EBB5E (or 0x2EBB5E) is known color: Medium Sea Green. HEX triplet: 2E, BB and 5E. RGB value is (46,187,94). Sum of RGB (Red+Green+Blue) = 46+187+94=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 94 (37.11% from 255 or 28.75% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #2EBB5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBB5E is #D144A1. Grayscale: #868686. Windows color (decimal): -13714594 or 6208302. OLE color: 6208302.
HSL color Cylindrical-coordinate representation of color #2EBB5E: hue angle of 140.43º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBB5E is Cyan = 0.75, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 187 | 94 | - |
| CMYK | 0.75 | 0 | 0.50 | 0.27 |
| HSL | 140.43º | 0.61% | 0.46% | - |
| HSV(B) | 140.43º | 0.75% | 0.73% | - |
| XYZ | 20.92 | 36.93 | 16.62 | - |
| YUV | 134.24 | 105.29 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 187 | 94 | 0.75 | 0 | 0.50 | 0.27 | 140.43 | 0.61 | 0.46 |
| Hex | 2E | BB | 5E | 4B | 0 | 32 | 1B | 8C | 3D | 2E |
| Octal | 56 | 273 | 136 | 113 | 0 | 62 | 33 | 214 | 75 | 56 |
| Binary | 101110 | 10111011 | 1011110 | 1001011 | 0 | 110010 | 11011 | 10001100 | 111101 | 101110 |
Color Harmonies of #2EBB5E
Complementary color
Monochromatic Colors of #2EBB5E
Black with #2EBB5E
Text Example
Text Example
White with #2EBB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBB5E; }
p { color: rgb(46,187,94); }
H1.HeaderClassName
{
color: #2EBB5E;
}
.AnyTagClassName
{
color: #2EBB5E;
}
</style>
background-color css
<style>
a { background-color: #2EBB5E; }
a { background-color: rgb(46,187,94); }
div.DivClassName
{
background-color: #2EBB5E;
}
.BgClassName
{
background-color: #2EBB5E;
}
</style>
border-color css
<style>
span { border-color: #2EBB5E; }
span { border-color: rgb(46,187,94); }
td.TdClassName
{
border-color: #2EBB5E;
}
.TagClassName
{
border-color: #2EBB5E;
}
</style>