Shades of Medium Sea Green #2EB471
Tints of Medium Sea Green #2EB471
RGB
CMYK
RGB Variations
Color information
#2EB471 (or 0x2EB471) is known color: Medium Sea Green. HEX triplet: 2E, B4 and 71. RGB value is (46,180,113). Sum of RGB (Red+Green+Blue) = 46+180+113=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 180 (70.70% from 255 or 53.10% from 339); Blue value is 113 (44.53% from 255 or 33.33% from 339); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB471 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB471 is #D14B8E. Grayscale: #848484. Windows color (decimal): -13716367 or 7451694. OLE color: 7451694.
HSL color Cylindrical-coordinate representation of color #2EB471: hue angle of 150º 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 #2EB471 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 113 | - |
| CMYK | 0.74 | 0 | 0.37 | 0.29 |
| HSL | 150º | 0.59% | 0.44% | - |
| HSV(B) | 150º | 0.74% | 0.71% | - |
| XYZ | 20.43 | 34.42 | 21.19 | - |
| YUV | 132.3 | 117.11 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 113 | 0.74 | 0 | 0.37 | 0.29 | 150 | 0.59 | 0.44 |
| Hex | 2E | B4 | 71 | 4A | 0 | 25 | 1D | 96 | 3B | 2C |
| Octal | 56 | 264 | 161 | 112 | 0 | 45 | 35 | 226 | 73 | 54 |
| Binary | 101110 | 10110100 | 1110001 | 1001010 | 0 | 100101 | 11101 | 10010110 | 111011 | 101100 |
Color Harmonies of #2EB471
Complementary color
Monochromatic Colors of #2EB471
Black with #2EB471
Text Example
Text Example
White with #2EB471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB471; }
p { color: rgb(46,180,113); }
H1.HeaderClassName
{
color: #2EB471;
}
.AnyTagClassName
{
color: #2EB471;
}
</style>
background-color css
<style>
a { background-color: #2EB471; }
a { background-color: rgb(46,180,113); }
div.DivClassName
{
background-color: #2EB471;
}
.BgClassName
{
background-color: #2EB471;
}
</style>
border-color css
<style>
span { border-color: #2EB471; }
span { border-color: rgb(46,180,113); }
td.TdClassName
{
border-color: #2EB471;
}
.TagClassName
{
border-color: #2EB471;
}
</style>