Shades of Medium Sea Green #2ED66D
Tints of Medium Sea Green #2ED66D
RGB
CMYK
RGB Variations
Color information
#2ED66D (or 0x2ED66D) is known color: Medium Sea Green. HEX triplet: 2E, D6 and 6D. RGB value is (46,214,109). Sum of RGB (Red+Green+Blue) = 46+214+109=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 214 (83.98% from 255 or 57.99% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED66D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED66D is #D12992. Grayscale: #989898. Windows color (decimal): -13707667 or 7198254. OLE color: 7198254.
HSL color Cylindrical-coordinate representation of color #2ED66D: hue angle of 142.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED66D is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 109 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.16 |
| HSL | 142.5º | 0.67% | 0.51% | - |
| HSV(B) | 142.5º | 0.79% | 0.84% | - |
| XYZ | 27.93 | 49.78 | 22.6 | - |
| YUV | 151.8 | 103.84 | 52.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 109 | 0.79 | 0 | 0.49 | 0.16 | 142.5 | 0.67 | 0.51 |
| Hex | 2E | D6 | 6D | 4F | 0 | 31 | 10 | 8E | 43 | 33 |
| Octal | 56 | 326 | 155 | 117 | 0 | 61 | 20 | 216 | 103 | 63 |
| Binary | 101110 | 11010110 | 1101101 | 1001111 | 0 | 110001 | 10000 | 10001110 | 1000011 | 110011 |
Color Harmonies of #2ED66D
Complementary color
Monochromatic Colors of #2ED66D
Black with #2ED66D
Text Example
Text Example
White with #2ED66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED66D; }
p { color: rgb(46,214,109); }
H1.HeaderClassName
{
color: #2ED66D;
}
.AnyTagClassName
{
color: #2ED66D;
}
</style>
background-color css
<style>
a { background-color: #2ED66D; }
a { background-color: rgb(46,214,109); }
div.DivClassName
{
background-color: #2ED66D;
}
.BgClassName
{
background-color: #2ED66D;
}
</style>
border-color css
<style>
span { border-color: #2ED66D; }
span { border-color: rgb(46,214,109); }
td.TdClassName
{
border-color: #2ED66D;
}
.TagClassName
{
border-color: #2ED66D;
}
</style>