Shades of Medium Sea Green #2DC76F
Tints of Medium Sea Green #2DC76F
RGB
CMYK
RGB Variations
Color information
#2DC76F (or 0x2DC76F) is known color: Medium Sea Green. HEX triplet: 2D, C7 and 6F. RGB value is (45,199,111). Sum of RGB (Red+Green+Blue) = 45+199+111=355 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.68% from 355); Green value is 199 (78.12% from 255 or 56.06% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 199 - color contains mainly: green. Hex color #2DC76F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC76F is #D23890. Grayscale: #8F8F8F. Windows color (decimal): -13777041 or 7325485. OLE color: 7325485.
HSL color Cylindrical-coordinate representation of color #2DC76F: hue angle of 145.71º 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 #2DC76F is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 199 | 111 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.22 |
| HSL | 145.71º | 0.63% | 0.48% | - |
| HSV(B) | 145.71º | 0.77% | 0.78% | - |
| XYZ | 24.37 | 42.55 | 21.97 | - |
| YUV | 142.92 | 109.98 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 199 | 111 | 0.77 | 0 | 0.44 | 0.22 | 145.71 | 0.63 | 0.48 |
| Hex | 2D | C7 | 6F | 4D | 0 | 2C | 16 | 92 | 3F | 30 |
| Octal | 55 | 307 | 157 | 115 | 0 | 54 | 26 | 222 | 77 | 60 |
| Binary | 101101 | 11000111 | 1101111 | 1001101 | 0 | 101100 | 10110 | 10010010 | 111111 | 110000 |
Color Harmonies of #2DC76F
Complementary color
Monochromatic Colors of #2DC76F
Black with #2DC76F
Text Example
Text Example
White with #2DC76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC76F; }
p { color: rgb(45,199,111); }
H1.HeaderClassName
{
color: #2DC76F;
}
.AnyTagClassName
{
color: #2DC76F;
}
</style>
background-color css
<style>
a { background-color: #2DC76F; }
a { background-color: rgb(45,199,111); }
div.DivClassName
{
background-color: #2DC76F;
}
.BgClassName
{
background-color: #2DC76F;
}
</style>
border-color css
<style>
span { border-color: #2DC76F; }
span { border-color: rgb(45,199,111); }
td.TdClassName
{
border-color: #2DC76F;
}
.TagClassName
{
border-color: #2DC76F;
}
</style>