Shades of Medium Sea Green #2ED466
Tints of Medium Sea Green #2ED466
RGB
CMYK
RGB Variations
Color information
#2ED466 (or 0x2ED466) is known color: Medium Sea Green. HEX triplet: 2E, D4 and 66. RGB value is (46,212,102). Sum of RGB (Red+Green+Blue) = 46+212+102=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 212 (83.20% from 255 or 58.89% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED466 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED466 is #D12B99. Grayscale: #969696. Windows color (decimal): -13708186 or 6738990. OLE color: 6738990.
HSL color Cylindrical-coordinate representation of color #2ED466: hue angle of 140.24º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED466 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 102 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.17 |
| HSL | 140.24º | 0.66% | 0.51% | - |
| HSV(B) | 140.24º | 0.78% | 0.83% | - |
| XYZ | 27.07 | 48.63 | 20.53 | - |
| YUV | 149.83 | 101 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 102 | 0.78 | 0 | 0.52 | 0.17 | 140.24 | 0.66 | 0.51 |
| Hex | 2E | D4 | 66 | 4E | 0 | 34 | 11 | 8C | 42 | 33 |
| Octal | 56 | 324 | 146 | 116 | 0 | 64 | 21 | 214 | 102 | 63 |
| Binary | 101110 | 11010100 | 1100110 | 1001110 | 0 | 110100 | 10001 | 10001100 | 1000010 | 110011 |
Color Harmonies of #2ED466
Complementary color
Monochromatic Colors of #2ED466
Black with #2ED466
Text Example
Text Example
White with #2ED466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED466; }
p { color: rgb(46,212,102); }
H1.HeaderClassName
{
color: #2ED466;
}
.AnyTagClassName
{
color: #2ED466;
}
</style>
background-color css
<style>
a { background-color: #2ED466; }
a { background-color: rgb(46,212,102); }
div.DivClassName
{
background-color: #2ED466;
}
.BgClassName
{
background-color: #2ED466;
}
</style>
border-color css
<style>
span { border-color: #2ED466; }
span { border-color: rgb(46,212,102); }
td.TdClassName
{
border-color: #2ED466;
}
.TagClassName
{
border-color: #2ED466;
}
</style>