Shades of Medium Sea Green #2EB85D
Tints of Medium Sea Green #2EB85D
RGB
CMYK
RGB Variations
Color information
#2EB85D (or 0x2EB85D) is known color: Medium Sea Green. HEX triplet: 2E, B8 and 5D. RGB value is (46,184,93). Sum of RGB (Red+Green+Blue) = 46+184+93=323 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.24% from 323); Green value is 184 (72.27% from 255 or 56.97% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB85D is #D147A2. Grayscale: #848484. Windows color (decimal): -13715363 or 6141998. OLE color: 6141998.
HSL color Cylindrical-coordinate representation of color #2EB85D: hue angle of 140.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB85D is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 93 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.28 |
| HSL | 140.43º | 0.6% | 0.45% | - |
| HSV(B) | 140.43º | 0.75% | 0.72% | - |
| XYZ | 20.24 | 35.65 | 16.17 | - |
| YUV | 132.36 | 105.78 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 93 | 0.75 | 0 | 0.49 | 0.28 | 140.43 | 0.6 | 0.45 |
| Hex | 2E | B8 | 5D | 4B | 0 | 31 | 1C | 8C | 3C | 2D |
| Octal | 56 | 270 | 135 | 113 | 0 | 61 | 34 | 214 | 74 | 55 |
| Binary | 101110 | 10111000 | 1011101 | 1001011 | 0 | 110001 | 11100 | 10001100 | 111100 | 101101 |
Color Harmonies of #2EB85D
Complementary color
Monochromatic Colors of #2EB85D
Black with #2EB85D
Text Example
Text Example
White with #2EB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB85D; }
p { color: rgb(46,184,93); }
H1.HeaderClassName
{
color: #2EB85D;
}
.AnyTagClassName
{
color: #2EB85D;
}
</style>
background-color css
<style>
a { background-color: #2EB85D; }
a { background-color: rgb(46,184,93); }
div.DivClassName
{
background-color: #2EB85D;
}
.BgClassName
{
background-color: #2EB85D;
}
</style>
border-color css
<style>
span { border-color: #2EB85D; }
span { border-color: rgb(46,184,93); }
td.TdClassName
{
border-color: #2EB85D;
}
.TagClassName
{
border-color: #2EB85D;
}
</style>