Shades of Medium Sea Green #2EB45E
Tints of Medium Sea Green #2EB45E
RGB
CMYK
RGB Variations
Color information
#2EB45E (or 0x2EB45E) is known color: Medium Sea Green. HEX triplet: 2E, B4 and 5E. RGB value is (46,180,94). Sum of RGB (Red+Green+Blue) = 46+180+94=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 180 (70.70% from 255 or 56.25% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB45E is #D14BA1. Grayscale: #828282. Windows color (decimal): -13716386 or 6206510. OLE color: 6206510.
HSL color Cylindrical-coordinate representation of color #2EB45E: hue angle of 141.49º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB45E is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 94 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.29 |
| HSL | 141.49º | 0.59% | 0.44% | - |
| HSV(B) | 141.49º | 0.74% | 0.71% | - |
| XYZ | 19.47 | 34.03 | 16.13 | - |
| YUV | 130.13 | 107.61 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 94 | 0.74 | 0 | 0.48 | 0.29 | 141.49 | 0.59 | 0.44 |
| Hex | 2E | B4 | 5E | 4A | 0 | 30 | 1D | 8D | 3B | 2C |
| Octal | 56 | 264 | 136 | 112 | 0 | 60 | 35 | 215 | 73 | 54 |
| Binary | 101110 | 10110100 | 1011110 | 1001010 | 0 | 110000 | 11101 | 10001101 | 111011 | 101100 |
Color Harmonies of #2EB45E
Complementary color
Monochromatic Colors of #2EB45E
Black with #2EB45E
Text Example
Text Example
White with #2EB45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB45E; }
p { color: rgb(46,180,94); }
H1.HeaderClassName
{
color: #2EB45E;
}
.AnyTagClassName
{
color: #2EB45E;
}
</style>
background-color css
<style>
a { background-color: #2EB45E; }
a { background-color: rgb(46,180,94); }
div.DivClassName
{
background-color: #2EB45E;
}
.BgClassName
{
background-color: #2EB45E;
}
</style>
border-color css
<style>
span { border-color: #2EB45E; }
span { border-color: rgb(46,180,94); }
td.TdClassName
{
border-color: #2EB45E;
}
.TagClassName
{
border-color: #2EB45E;
}
</style>