Shades of Medium Sea Green #2ECB64
Tints of Medium Sea Green #2ECB64
RGB
CMYK
RGB Variations
Color information
#2ECB64 (or 0x2ECB64) is known color: Medium Sea Green. HEX triplet: 2E, CB and 64. RGB value is (46,203,100). Sum of RGB (Red+Green+Blue) = 46+203+100=349 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.18% from 349); Green value is 203 (79.69% from 255 or 58.17% from 349); Blue value is 100 (39.45% from 255 or 28.65% from 349); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECB64 is #D1349B. Grayscale: #909090. Windows color (decimal): -13710492 or 6605614. OLE color: 6605614.
HSL color Cylindrical-coordinate representation of color #2ECB64: hue angle of 140.64º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECB64 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 100 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.20 |
| HSL | 140.64º | 0.63% | 0.49% | - |
| HSV(B) | 140.64º | 0.77% | 0.8% | - |
| XYZ | 24.78 | 44.21 | 19.28 | - |
| YUV | 144.32 | 102.99 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 100 | 0.77 | 0 | 0.51 | 0.20 | 140.64 | 0.63 | 0.49 |
| Hex | 2E | CB | 64 | 4D | 0 | 33 | 14 | 8D | 3F | 31 |
| Octal | 56 | 313 | 144 | 115 | 0 | 63 | 24 | 215 | 77 | 61 |
| Binary | 101110 | 11001011 | 1100100 | 1001101 | 0 | 110011 | 10100 | 10001101 | 111111 | 110001 |
Color Harmonies of #2ECB64
Complementary color
Monochromatic Colors of #2ECB64
Black with #2ECB64
Text Example
Text Example
White with #2ECB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB64; }
p { color: rgb(46,203,100); }
H1.HeaderClassName
{
color: #2ECB64;
}
.AnyTagClassName
{
color: #2ECB64;
}
</style>
background-color css
<style>
a { background-color: #2ECB64; }
a { background-color: rgb(46,203,100); }
div.DivClassName
{
background-color: #2ECB64;
}
.BgClassName
{
background-color: #2ECB64;
}
</style>
border-color css
<style>
span { border-color: #2ECB64; }
span { border-color: rgb(46,203,100); }
td.TdClassName
{
border-color: #2ECB64;
}
.TagClassName
{
border-color: #2ECB64;
}
</style>