Shades of Medium Sea Green #2DC56E
Tints of Medium Sea Green #2DC56E
RGB
CMYK
RGB Variations
Color information
#2DC56E (or 0x2DC56E) is known color: Medium Sea Green. HEX triplet: 2D, C5 and 6E. RGB value is (45,197,110). Sum of RGB (Red+Green+Blue) = 45+197+110=352 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.78% from 352); Green value is 197 (77.34% from 255 or 55.97% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC56E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC56E is #D23A91. Grayscale: #8D8D8D. Windows color (decimal): -13777554 or 7259437. OLE color: 7259437.
HSL color Cylindrical-coordinate representation of color #2DC56E: hue angle of 145.66º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC56E is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 197 | 110 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.23 |
| HSL | 145.66º | 0.63% | 0.47% | - |
| HSV(B) | 145.66º | 0.77% | 0.77% | - |
| XYZ | 23.86 | 41.62 | 21.53 | - |
| YUV | 141.63 | 110.14 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 110 | 0.77 | 0 | 0.44 | 0.23 | 145.66 | 0.63 | 0.47 |
| Hex | 2D | C5 | 6E | 4D | 0 | 2C | 17 | 92 | 3F | 2F |
| Octal | 55 | 305 | 156 | 115 | 0 | 54 | 27 | 222 | 77 | 57 |
| Binary | 101101 | 11000101 | 1101110 | 1001101 | 0 | 101100 | 10111 | 10010010 | 111111 | 101111 |
Color Harmonies of #2DC56E
Complementary color
Monochromatic Colors of #2DC56E
Black with #2DC56E
Text Example
Text Example
White with #2DC56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC56E; }
p { color: rgb(45,197,110); }
H1.HeaderClassName
{
color: #2DC56E;
}
.AnyTagClassName
{
color: #2DC56E;
}
</style>
background-color css
<style>
a { background-color: #2DC56E; }
a { background-color: rgb(45,197,110); }
div.DivClassName
{
background-color: #2DC56E;
}
.BgClassName
{
background-color: #2DC56E;
}
</style>
border-color css
<style>
span { border-color: #2DC56E; }
span { border-color: rgb(45,197,110); }
td.TdClassName
{
border-color: #2DC56E;
}
.TagClassName
{
border-color: #2DC56E;
}
</style>