Shades of Medium Sea Green #2DC77E
Tints of Medium Sea Green #2DC77E
RGB
CMYK
RGB Variations
Color information
#2DC77E (or 0x2DC77E) is known color: Medium Sea Green. HEX triplet: 2D, C7 and 7E. RGB value is (45,199,126). Sum of RGB (Red+Green+Blue) = 45+199+126=370 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.16% from 370); Green value is 199 (78.12% from 255 or 53.78% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC77E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC77E is #D23881. Grayscale: #909090. Windows color (decimal): -13777026 or 8308525. OLE color: 8308525.
HSL color Cylindrical-coordinate representation of color #2DC77E: hue angle of 151.56º 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 #2DC77E is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 199 | 126 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.22 |
| HSL | 151.56º | 0.63% | 0.48% | - |
| HSV(B) | 151.56º | 0.77% | 0.78% | - |
| XYZ | 25.27 | 42.91 | 26.69 | - |
| YUV | 144.63 | 117.48 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 199 | 126 | 0.77 | 0 | 0.37 | 0.22 | 151.56 | 0.63 | 0.48 |
| Hex | 2D | C7 | 7E | 4D | 0 | 25 | 16 | 98 | 3F | 30 |
| Octal | 55 | 307 | 176 | 115 | 0 | 45 | 26 | 230 | 77 | 60 |
| Binary | 101101 | 11000111 | 1111110 | 1001101 | 0 | 100101 | 10110 | 10011000 | 111111 | 110000 |
Color Harmonies of #2DC77E
Complementary color
Monochromatic Colors of #2DC77E
Black with #2DC77E
Text Example
Text Example
White with #2DC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC77E; }
p { color: rgb(45,199,126); }
H1.HeaderClassName
{
color: #2DC77E;
}
.AnyTagClassName
{
color: #2DC77E;
}
</style>
background-color css
<style>
a { background-color: #2DC77E; }
a { background-color: rgb(45,199,126); }
div.DivClassName
{
background-color: #2DC77E;
}
.BgClassName
{
background-color: #2DC77E;
}
</style>
border-color css
<style>
span { border-color: #2DC77E; }
span { border-color: rgb(45,199,126); }
td.TdClassName
{
border-color: #2DC77E;
}
.TagClassName
{
border-color: #2DC77E;
}
</style>