Shades of Medium Sea Green #2ED46A
Tints of Medium Sea Green #2ED46A
RGB
CMYK
RGB Variations
Color information
#2ED46A (or 0x2ED46A) is known color: Medium Sea Green. HEX triplet: 2E, D4 and 6A. RGB value is (46,212,106). Sum of RGB (Red+Green+Blue) = 46+212+106=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 212 (83.20% from 255 or 58.24% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED46A is #D12B95. Grayscale: #969696. Windows color (decimal): -13708182 or 7001134. OLE color: 7001134.
HSL color Cylindrical-coordinate representation of color #2ED46A: hue angle of 141.69º 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 #2ED46A is Cyan = 0.78, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 106 | - |
| CMYK | 0.78 | 0 | 0.5 | 0.17 |
| HSL | 141.69º | 0.66% | 0.51% | - |
| HSV(B) | 141.69º | 0.78% | 0.83% | - |
| XYZ | 27.27 | 48.71 | 21.6 | - |
| YUV | 150.28 | 103 | 53.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 106 | 0.78 | 0 | 0.5 | 0.17 | 141.69 | 0.66 | 0.51 |
| Hex | 2E | D4 | 6A | 4E | 0 | 32 | 11 | 8E | 42 | 33 |
| Octal | 56 | 324 | 152 | 116 | 0 | 62 | 21 | 216 | 102 | 63 |
| Binary | 101110 | 11010100 | 1101010 | 1001110 | 0 | 110010 | 10001 | 10001110 | 1000010 | 110011 |
Color Harmonies of #2ED46A
Complementary color
Monochromatic Colors of #2ED46A
Black with #2ED46A
Text Example
Text Example
White with #2ED46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED46A; }
p { color: rgb(46,212,106); }
H1.HeaderClassName
{
color: #2ED46A;
}
.AnyTagClassName
{
color: #2ED46A;
}
</style>
background-color css
<style>
a { background-color: #2ED46A; }
a { background-color: rgb(46,212,106); }
div.DivClassName
{
background-color: #2ED46A;
}
.BgClassName
{
background-color: #2ED46A;
}
</style>
border-color css
<style>
span { border-color: #2ED46A; }
span { border-color: rgb(46,212,106); }
td.TdClassName
{
border-color: #2ED46A;
}
.TagClassName
{
border-color: #2ED46A;
}
</style>