Shades of Medium Sea Green #2EB45D
Tints of Medium Sea Green #2EB45D
RGB
CMYK
RGB Variations
Color information
#2EB45D (or 0x2EB45D) is known color: Medium Sea Green. HEX triplet: 2E, B4 and 5D. RGB value is (46,180,93). Sum of RGB (Red+Green+Blue) = 46+180+93=319 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.42% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB45D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB45D is #D14BA2. Grayscale: #828282. Windows color (decimal): -13716387 or 6140974. OLE color: 6140974.
HSL color Cylindrical-coordinate representation of color #2EB45D: hue angle of 141.04º 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 #2EB45D is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 93 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.29 |
| HSL | 141.04º | 0.59% | 0.44% | - |
| HSV(B) | 141.04º | 0.74% | 0.71% | - |
| XYZ | 19.42 | 34.01 | 15.9 | - |
| YUV | 130.02 | 107.11 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 93 | 0.74 | 0 | 0.48 | 0.29 | 141.04 | 0.59 | 0.44 |
| Hex | 2E | B4 | 5D | 4A | 0 | 30 | 1D | 8D | 3B | 2C |
| Octal | 56 | 264 | 135 | 112 | 0 | 60 | 35 | 215 | 73 | 54 |
| Binary | 101110 | 10110100 | 1011101 | 1001010 | 0 | 110000 | 11101 | 10001101 | 111011 | 101100 |
Color Harmonies of #2EB45D
Complementary color
Monochromatic Colors of #2EB45D
Black with #2EB45D
Text Example
Text Example
White with #2EB45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB45D; }
p { color: rgb(46,180,93); }
H1.HeaderClassName
{
color: #2EB45D;
}
.AnyTagClassName
{
color: #2EB45D;
}
</style>
background-color css
<style>
a { background-color: #2EB45D; }
a { background-color: rgb(46,180,93); }
div.DivClassName
{
background-color: #2EB45D;
}
.BgClassName
{
background-color: #2EB45D;
}
</style>
border-color css
<style>
span { border-color: #2EB45D; }
span { border-color: rgb(46,180,93); }
td.TdClassName
{
border-color: #2EB45D;
}
.TagClassName
{
border-color: #2EB45D;
}
</style>