Shades of Medium Sea Green #2ECA64
Tints of Medium Sea Green #2ECA64
RGB
CMYK
RGB Variations
Color information
#2ECA64 (or 0x2ECA64) is known color: Medium Sea Green. HEX triplet: 2E, CA and 64. RGB value is (46,202,100). Sum of RGB (Red+Green+Blue) = 46+202+100=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 202 (79.30% from 255 or 58.05% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECA64 is #D1359B. Grayscale: #8F8F8F. Windows color (decimal): -13710748 or 6605358. OLE color: 6605358.
HSL color Cylindrical-coordinate representation of color #2ECA64: hue angle of 140.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECA64 is Cyan = 0.77, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 100 | - |
| CMYK | 0.77 | 0 | 0.50 | 0.21 |
| HSL | 140.77º | 0.63% | 0.49% | - |
| HSV(B) | 140.77º | 0.77% | 0.79% | - |
| XYZ | 24.55 | 43.74 | 19.21 | - |
| YUV | 143.73 | 103.32 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 100 | 0.77 | 0 | 0.50 | 0.21 | 140.77 | 0.63 | 0.49 |
| Hex | 2E | CA | 64 | 4D | 0 | 32 | 15 | 8D | 3F | 31 |
| Octal | 56 | 312 | 144 | 115 | 0 | 62 | 25 | 215 | 77 | 61 |
| Binary | 101110 | 11001010 | 1100100 | 1001101 | 0 | 110010 | 10101 | 10001101 | 111111 | 110001 |
Color Harmonies of #2ECA64
Complementary color
Monochromatic Colors of #2ECA64
Black with #2ECA64
Text Example
Text Example
White with #2ECA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA64; }
p { color: rgb(46,202,100); }
H1.HeaderClassName
{
color: #2ECA64;
}
.AnyTagClassName
{
color: #2ECA64;
}
</style>
background-color css
<style>
a { background-color: #2ECA64; }
a { background-color: rgb(46,202,100); }
div.DivClassName
{
background-color: #2ECA64;
}
.BgClassName
{
background-color: #2ECA64;
}
</style>
border-color css
<style>
span { border-color: #2ECA64; }
span { border-color: rgb(46,202,100); }
td.TdClassName
{
border-color: #2ECA64;
}
.TagClassName
{
border-color: #2ECA64;
}
</style>