Shades of Medium Sea Green #2DD76D
Tints of Medium Sea Green #2DD76D
RGB
CMYK
RGB Variations
Color information
#2DD76D (or 0x2DD76D) is known color: Medium Sea Green. HEX triplet: 2D, D7 and 6D. RGB value is (45,215,109). Sum of RGB (Red+Green+Blue) = 45+215+109=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #2DD76D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DD76D is #D22892. Grayscale: #989898. Windows color (decimal): -13772947 or 7198509. OLE color: 7198509.
HSL color Cylindrical-coordinate representation of color #2DD76D: hue angle of 142.59º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD76D is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 45 | 215 | 109 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.16 |
| HSL | 142.59º | 0.68% | 0.51% | - |
| HSV(B) | 142.59º | 0.79% | 0.84% | - |
| XYZ | 28.14 | 50.26 | 22.69 | - |
| YUV | 152.09 | 103.68 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 215 | 109 | 0.79 | 0 | 0.49 | 0.16 | 142.59 | 0.68 | 0.51 |
| Hex | 2D | D7 | 6D | 4F | 0 | 31 | 10 | 8F | 44 | 33 |
| Octal | 55 | 327 | 155 | 117 | 0 | 61 | 20 | 217 | 104 | 63 |
| Binary | 101101 | 11010111 | 1101101 | 1001111 | 0 | 110001 | 10000 | 10001111 | 1000100 | 110011 |
Color Harmonies of #2DD76D
Complementary color
Monochromatic Colors of #2DD76D
Black with #2DD76D
Text Example
Text Example
White with #2DD76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD76D; }
p { color: rgb(45,215,109); }
H1.HeaderClassName
{
color: #2DD76D;
}
.AnyTagClassName
{
color: #2DD76D;
}
</style>
background-color css
<style>
a { background-color: #2DD76D; }
a { background-color: rgb(45,215,109); }
div.DivClassName
{
background-color: #2DD76D;
}
.BgClassName
{
background-color: #2DD76D;
}
</style>
border-color css
<style>
span { border-color: #2DD76D; }
span { border-color: rgb(45,215,109); }
td.TdClassName
{
border-color: #2DD76D;
}
.TagClassName
{
border-color: #2DD76D;
}
</style>