Shades of Medium Sea Green #2DC86E
Tints of Medium Sea Green #2DC86E
RGB
CMYK
RGB Variations
Color information
#2DC86E (or 0x2DC86E) is known color: Medium Sea Green. HEX triplet: 2D, C8 and 6E. RGB value is (45,200,110). Sum of RGB (Red+Green+Blue) = 45+200+110=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #2DC86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC86E is #D23791. Grayscale: #8F8F8F. Windows color (decimal): -13776786 or 7260205. OLE color: 7260205.
HSL color Cylindrical-coordinate representation of color #2DC86E: hue angle of 145.16º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC86E is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 200 | 110 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.22 |
| HSL | 145.16º | 0.63% | 0.48% | - |
| HSV(B) | 145.16º | 0.78% | 0.78% | - |
| XYZ | 24.55 | 42.99 | 21.76 | - |
| YUV | 143.4 | 109.15 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 200 | 110 | 0.78 | 0 | 0.45 | 0.22 | 145.16 | 0.63 | 0.48 |
| Hex | 2D | C8 | 6E | 4E | 0 | 2D | 16 | 91 | 3F | 30 |
| Octal | 55 | 310 | 156 | 116 | 0 | 55 | 26 | 221 | 77 | 60 |
| Binary | 101101 | 11001000 | 1101110 | 1001110 | 0 | 101101 | 10110 | 10010001 | 111111 | 110000 |
Color Harmonies of #2DC86E
Complementary color
Monochromatic Colors of #2DC86E
Black with #2DC86E
Text Example
Text Example
White with #2DC86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC86E; }
p { color: rgb(45,200,110); }
H1.HeaderClassName
{
color: #2DC86E;
}
.AnyTagClassName
{
color: #2DC86E;
}
</style>
background-color css
<style>
a { background-color: #2DC86E; }
a { background-color: rgb(45,200,110); }
div.DivClassName
{
background-color: #2DC86E;
}
.BgClassName
{
background-color: #2DC86E;
}
</style>
border-color css
<style>
span { border-color: #2DC86E; }
span { border-color: rgb(45,200,110); }
td.TdClassName
{
border-color: #2DC86E;
}
.TagClassName
{
border-color: #2DC86E;
}
</style>