Shades of Medium Sea Green #2EBA5C
Tints of Medium Sea Green #2EBA5C
RGB
CMYK
RGB Variations
Color information
#2EBA5C (or 0x2EBA5C) is known color: Medium Sea Green. HEX triplet: 2E, BA and 5C. RGB value is (46,186,92). Sum of RGB (Red+Green+Blue) = 46+186+92=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #2EBA5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBA5C is #D145A3. Grayscale: #858585. Windows color (decimal): -13714852 or 6076974. OLE color: 6076974.
HSL color Cylindrical-coordinate representation of color #2EBA5C: hue angle of 139.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EBA5C is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 186 | 92 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.27 |
| HSL | 139.71º | 0.6% | 0.45% | - |
| HSV(B) | 139.71º | 0.75% | 0.73% | - |
| XYZ | 20.62 | 36.47 | 16.08 | - |
| YUV | 133.42 | 104.62 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 186 | 92 | 0.75 | 0 | 0.51 | 0.27 | 139.71 | 0.6 | 0.45 |
| Hex | 2E | BA | 5C | 4B | 0 | 33 | 1B | 8C | 3C | 2D |
| Octal | 56 | 272 | 134 | 113 | 0 | 63 | 33 | 214 | 74 | 55 |
| Binary | 101110 | 10111010 | 1011100 | 1001011 | 0 | 110011 | 11011 | 10001100 | 111100 | 101101 |
Color Harmonies of #2EBA5C
Complementary color
Monochromatic Colors of #2EBA5C
Black with #2EBA5C
Text Example
Text Example
White with #2EBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBA5C; }
p { color: rgb(46,186,92); }
H1.HeaderClassName
{
color: #2EBA5C;
}
.AnyTagClassName
{
color: #2EBA5C;
}
</style>
background-color css
<style>
a { background-color: #2EBA5C; }
a { background-color: rgb(46,186,92); }
div.DivClassName
{
background-color: #2EBA5C;
}
.BgClassName
{
background-color: #2EBA5C;
}
</style>
border-color css
<style>
span { border-color: #2EBA5C; }
span { border-color: rgb(46,186,92); }
td.TdClassName
{
border-color: #2EBA5C;
}
.TagClassName
{
border-color: #2EBA5C;
}
</style>