Shades of Medium Sea Green #2ECE7A
Tints of Medium Sea Green #2ECE7A
RGB
CMYK
RGB Variations
Color information
#2ECE7A (or 0x2ECE7A) is known color: Medium Sea Green. HEX triplet: 2E, CE and 7A. RGB value is (46,206,122). Sum of RGB (Red+Green+Blue) = 46+206+122=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 206 (80.86% from 255 or 55.08% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECE7A is #D13185. Grayscale: #949494. Windows color (decimal): -13709702 or 8048174. OLE color: 8048174.
HSL color Cylindrical-coordinate representation of color #2ECE7A: hue angle of 148.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECE7A is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 122 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.19 |
| HSL | 148.5º | 0.63% | 0.49% | - |
| HSV(B) | 148.5º | 0.78% | 0.81% | - |
| XYZ | 26.71 | 46.13 | 25.91 | - |
| YUV | 148.58 | 112.99 | 54.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 122 | 0.78 | 0 | 0.41 | 0.19 | 148.5 | 0.63 | 0.49 |
| Hex | 2E | CE | 7A | 4E | 0 | 29 | 13 | 94 | 3F | 31 |
| Octal | 56 | 316 | 172 | 116 | 0 | 51 | 23 | 224 | 77 | 61 |
| Binary | 101110 | 11001110 | 1111010 | 1001110 | 0 | 101001 | 10011 | 10010100 | 111111 | 110001 |
Color Harmonies of #2ECE7A
Complementary color
Monochromatic Colors of #2ECE7A
Black with #2ECE7A
Text Example
Text Example
White with #2ECE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECE7A; }
p { color: rgb(46,206,122); }
H1.HeaderClassName
{
color: #2ECE7A;
}
.AnyTagClassName
{
color: #2ECE7A;
}
</style>
background-color css
<style>
a { background-color: #2ECE7A; }
a { background-color: rgb(46,206,122); }
div.DivClassName
{
background-color: #2ECE7A;
}
.BgClassName
{
background-color: #2ECE7A;
}
</style>
border-color css
<style>
span { border-color: #2ECE7A; }
span { border-color: rgb(46,206,122); }
td.TdClassName
{
border-color: #2ECE7A;
}
.TagClassName
{
border-color: #2ECE7A;
}
</style>