Shades of Medium Sea Green #2EBE5D
Tints of Medium Sea Green #2EBE5D
RGB
CMYK
RGB Variations
Color information
#2EBE5D (or 0x2EBE5D) is known color: Medium Sea Green. HEX triplet: 2E, BE and 5D. RGB value is (46,190,93). Sum of RGB (Red+Green+Blue) = 46+190+93=329 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.98% from 329); Green value is 190 (74.61% from 255 or 57.75% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBE5D is #D141A2. Grayscale: #888888. Windows color (decimal): -13713827 or 6143534. OLE color: 6143534.
HSL color Cylindrical-coordinate representation of color #2EBE5D: hue angle of 139.58º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBE5D is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 93 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.25 |
| HSL | 139.58º | 0.61% | 0.46% | - |
| HSV(B) | 139.58º | 0.76% | 0.75% | - |
| XYZ | 21.52 | 38.2 | 16.59 | - |
| YUV | 135.89 | 103.79 | 63.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 93 | 0.76 | 0 | 0.51 | 0.25 | 139.58 | 0.61 | 0.46 |
| Hex | 2E | BE | 5D | 4C | 0 | 33 | 19 | 8C | 3D | 2E |
| Octal | 56 | 276 | 135 | 114 | 0 | 63 | 31 | 214 | 75 | 56 |
| Binary | 101110 | 10111110 | 1011101 | 1001100 | 0 | 110011 | 11001 | 10001100 | 111101 | 101110 |
Color Harmonies of #2EBE5D
Complementary color
Monochromatic Colors of #2EBE5D
Black with #2EBE5D
Text Example
Text Example
White with #2EBE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE5D; }
p { color: rgb(46,190,93); }
H1.HeaderClassName
{
color: #2EBE5D;
}
.AnyTagClassName
{
color: #2EBE5D;
}
</style>
background-color css
<style>
a { background-color: #2EBE5D; }
a { background-color: rgb(46,190,93); }
div.DivClassName
{
background-color: #2EBE5D;
}
.BgClassName
{
background-color: #2EBE5D;
}
</style>
border-color css
<style>
span { border-color: #2EBE5D; }
span { border-color: rgb(46,190,93); }
td.TdClassName
{
border-color: #2EBE5D;
}
.TagClassName
{
border-color: #2EBE5D;
}
</style>