Shades of Medium Sea Green #2ECD5F
Tints of Medium Sea Green #2ECD5F
RGB
CMYK
RGB Variations
Color information
#2ECD5F (or 0x2ECD5F) is known color: Medium Sea Green. HEX triplet: 2E, CD and 5F. RGB value is (46,205,95). Sum of RGB (Red+Green+Blue) = 46+205+95=346 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.29% from 346); Green value is 205 (80.47% from 255 or 59.25% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECD5F is #D132A0. Grayscale: #919191. Windows color (decimal): -13709985 or 6278446. OLE color: 6278446.
HSL color Cylindrical-coordinate representation of color #2ECD5F: hue angle of 138.49º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECD5F is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 95 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.20 |
| HSL | 138.49º | 0.63% | 0.49% | - |
| HSV(B) | 138.49º | 0.78% | 0.8% | - |
| XYZ | 25.02 | 45.07 | 18.21 | - |
| YUV | 144.92 | 99.82 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 95 | 0.78 | 0 | 0.54 | 0.20 | 138.49 | 0.63 | 0.49 |
| Hex | 2E | CD | 5F | 4E | 0 | 36 | 14 | 8A | 3F | 31 |
| Octal | 56 | 315 | 137 | 116 | 0 | 66 | 24 | 212 | 77 | 61 |
| Binary | 101110 | 11001101 | 1011111 | 1001110 | 0 | 110110 | 10100 | 10001010 | 111111 | 110001 |
Color Harmonies of #2ECD5F
Complementary color
Monochromatic Colors of #2ECD5F
Black with #2ECD5F
Text Example
Text Example
White with #2ECD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD5F; }
p { color: rgb(46,205,95); }
H1.HeaderClassName
{
color: #2ECD5F;
}
.AnyTagClassName
{
color: #2ECD5F;
}
</style>
background-color css
<style>
a { background-color: #2ECD5F; }
a { background-color: rgb(46,205,95); }
div.DivClassName
{
background-color: #2ECD5F;
}
.BgClassName
{
background-color: #2ECD5F;
}
</style>
border-color css
<style>
span { border-color: #2ECD5F; }
span { border-color: rgb(46,205,95); }
td.TdClassName
{
border-color: #2ECD5F;
}
.TagClassName
{
border-color: #2ECD5F;
}
</style>