Shades of Medium Sea Green #2ED274
Tints of Medium Sea Green #2ED274
RGB
CMYK
RGB Variations
Color information
#2ED274 (or 0x2ED274) is known color: Medium Sea Green. HEX triplet: 2E, D2 and 74. RGB value is (46,210,116). Sum of RGB (Red+Green+Blue) = 46+210+116=372 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.37% from 372); Green value is 210 (82.42% from 255 or 56.45% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 210 - color contains mainly: green. Hex color #2ED274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED274 is #D12D8B. Grayscale: #969696. Windows color (decimal): -13708684 or 7655982. OLE color: 7655982.
HSL color Cylindrical-coordinate representation of color #2ED274: hue angle of 145.61º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED274 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 210 | 116 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.18 |
| HSL | 145.61º | 0.65% | 0.5% | - |
| HSV(B) | 145.61º | 0.78% | 0.82% | - |
| XYZ | 27.33 | 47.93 | 24.34 | - |
| YUV | 150.25 | 108.67 | 53.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 210 | 116 | 0.78 | 0 | 0.45 | 0.18 | 145.61 | 0.65 | 0.5 |
| Hex | 2E | D2 | 74 | 4E | 0 | 2D | 12 | 92 | 41 | 32 |
| Octal | 56 | 322 | 164 | 116 | 0 | 55 | 22 | 222 | 101 | 62 |
| Binary | 101110 | 11010010 | 1110100 | 1001110 | 0 | 101101 | 10010 | 10010010 | 1000001 | 110010 |
Color Harmonies of #2ED274
Complementary color
Monochromatic Colors of #2ED274
Black with #2ED274
Text Example
Text Example
White with #2ED274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED274; }
p { color: rgb(46,210,116); }
H1.HeaderClassName
{
color: #2ED274;
}
.AnyTagClassName
{
color: #2ED274;
}
</style>
background-color css
<style>
a { background-color: #2ED274; }
a { background-color: rgb(46,210,116); }
div.DivClassName
{
background-color: #2ED274;
}
.BgClassName
{
background-color: #2ED274;
}
</style>
border-color css
<style>
span { border-color: #2ED274; }
span { border-color: rgb(46,210,116); }
td.TdClassName
{
border-color: #2ED274;
}
.TagClassName
{
border-color: #2ED274;
}
</style>