Shades of Medium Sea Green #2DC67D
Tints of Medium Sea Green #2DC67D
RGB
CMYK
RGB Variations
Color information
#2DC67D (or 0x2DC67D) is known color: Medium Sea Green. HEX triplet: 2D, C6 and 7D. RGB value is (45,198,125). Sum of RGB (Red+Green+Blue) = 45+198+125=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 198 (77.73% from 255 or 53.80% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC67D is #D23982. Grayscale: #909090. Windows color (decimal): -13777283 or 8242733. OLE color: 8242733.
HSL color Cylindrical-coordinate representation of color #2DC67D: hue angle of 151.37º 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 #2DC67D is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 125 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.22 |
| HSL | 151.37º | 0.63% | 0.48% | - |
| HSV(B) | 151.37º | 0.77% | 0.78% | - |
| XYZ | 24.98 | 42.43 | 26.27 | - |
| YUV | 143.93 | 117.31 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 125 | 0.77 | 0 | 0.37 | 0.22 | 151.37 | 0.63 | 0.48 |
| Hex | 2D | C6 | 7D | 4D | 0 | 25 | 16 | 97 | 3F | 30 |
| Octal | 55 | 306 | 175 | 115 | 0 | 45 | 26 | 227 | 77 | 60 |
| Binary | 101101 | 11000110 | 1111101 | 1001101 | 0 | 100101 | 10110 | 10010111 | 111111 | 110000 |
Color Harmonies of #2DC67D
Complementary color
Monochromatic Colors of #2DC67D
Black with #2DC67D
Text Example
Text Example
White with #2DC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC67D; }
p { color: rgb(45,198,125); }
H1.HeaderClassName
{
color: #2DC67D;
}
.AnyTagClassName
{
color: #2DC67D;
}
</style>
background-color css
<style>
a { background-color: #2DC67D; }
a { background-color: rgb(45,198,125); }
div.DivClassName
{
background-color: #2DC67D;
}
.BgClassName
{
background-color: #2DC67D;
}
</style>
border-color css
<style>
span { border-color: #2DC67D; }
span { border-color: rgb(45,198,125); }
td.TdClassName
{
border-color: #2DC67D;
}
.TagClassName
{
border-color: #2DC67D;
}
</style>