Shades of Medium Sea Green #2EBD5C
Tints of Medium Sea Green #2EBD5C
RGB
CMYK
RGB Variations
Color information
#2EBD5C (or 0x2EBD5C) is known color: Medium Sea Green. HEX triplet: 2E, BD and 5C. RGB value is (46,189,92). Sum of RGB (Red+Green+Blue) = 46+189+92=327 (43% of max value = 765). Red value is 46 (18.36% from 255 or 14.07% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EBD5C is #D142A3. Grayscale: #878787. Windows color (decimal): -13714084 or 6077742. OLE color: 6077742.
HSL color Cylindrical-coordinate representation of color #2EBD5C: hue angle of 139.3º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBD5C is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 92 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.26 |
| HSL | 139.3º | 0.61% | 0.46% | - |
| HSV(B) | 139.3º | 0.76% | 0.74% | - |
| XYZ | 21.26 | 37.75 | 16.29 | - |
| YUV | 135.19 | 103.62 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 92 | 0.76 | 0 | 0.51 | 0.26 | 139.3 | 0.61 | 0.46 |
| Hex | 2E | BD | 5C | 4C | 0 | 33 | 1A | 8B | 3D | 2E |
| Octal | 56 | 275 | 134 | 114 | 0 | 63 | 32 | 213 | 75 | 56 |
| Binary | 101110 | 10111101 | 1011100 | 1001100 | 0 | 110011 | 11010 | 10001011 | 111101 | 101110 |
Color Harmonies of #2EBD5C
Complementary color
Monochromatic Colors of #2EBD5C
Black with #2EBD5C
Text Example
Text Example
White with #2EBD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBD5C; }
p { color: rgb(46,189,92); }
H1.HeaderClassName
{
color: #2EBD5C;
}
.AnyTagClassName
{
color: #2EBD5C;
}
</style>
background-color css
<style>
a { background-color: #2EBD5C; }
a { background-color: rgb(46,189,92); }
div.DivClassName
{
background-color: #2EBD5C;
}
.BgClassName
{
background-color: #2EBD5C;
}
</style>
border-color css
<style>
span { border-color: #2EBD5C; }
span { border-color: rgb(46,189,92); }
td.TdClassName
{
border-color: #2EBD5C;
}
.TagClassName
{
border-color: #2EBD5C;
}
</style>