Shades of Medium Sea Green #2ED36A
Tints of Medium Sea Green #2ED36A
RGB
CMYK
RGB Variations
Color information
#2ED36A (or 0x2ED36A) is known color: Medium Sea Green. HEX triplet: 2E, D3 and 6A. RGB value is (46,211,106). Sum of RGB (Red+Green+Blue) = 46+211+106=363 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.67% from 363); Green value is 211 (82.81% from 255 or 58.13% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED36A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED36A is #D12C95. Grayscale: #959595. Windows color (decimal): -13708438 or 7000878. OLE color: 7000878.
HSL color Cylindrical-coordinate representation of color #2ED36A: hue angle of 141.82º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED36A is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 211 | 106 | - |
| CMYK | 0.78 | 0 | 0.50 | 0.17 |
| HSL | 141.82º | 0.65% | 0.5% | - |
| HSV(B) | 141.82º | 0.78% | 0.83% | - |
| XYZ | 27.02 | 48.21 | 21.52 | - |
| YUV | 149.7 | 103.34 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 211 | 106 | 0.78 | 0 | 0.50 | 0.17 | 141.82 | 0.65 | 0.5 |
| Hex | 2E | D3 | 6A | 4E | 0 | 32 | 11 | 8E | 41 | 32 |
| Octal | 56 | 323 | 152 | 116 | 0 | 62 | 21 | 216 | 101 | 62 |
| Binary | 101110 | 11010011 | 1101010 | 1001110 | 0 | 110010 | 10001 | 10001110 | 1000001 | 110010 |
Color Harmonies of #2ED36A
Complementary color
Monochromatic Colors of #2ED36A
Black with #2ED36A
Text Example
Text Example
White with #2ED36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED36A; }
p { color: rgb(46,211,106); }
H1.HeaderClassName
{
color: #2ED36A;
}
.AnyTagClassName
{
color: #2ED36A;
}
</style>
background-color css
<style>
a { background-color: #2ED36A; }
a { background-color: rgb(46,211,106); }
div.DivClassName
{
background-color: #2ED36A;
}
.BgClassName
{
background-color: #2ED36A;
}
</style>
border-color css
<style>
span { border-color: #2ED36A; }
span { border-color: rgb(46,211,106); }
td.TdClassName
{
border-color: #2ED36A;
}
.TagClassName
{
border-color: #2ED36A;
}
</style>