Shades of Medium Sea Green #2DC57F
Tints of Medium Sea Green #2DC57F
RGB
CMYK
RGB Variations
Color information
#2DC57F (or 0x2DC57F) is known color: Medium Sea Green. HEX triplet: 2D, C5 and 7F. RGB value is (45,197,127). Sum of RGB (Red+Green+Blue) = 45+197+127=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 197 (77.34% from 255 or 53.39% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 197 - color contains mainly: green. Hex color #2DC57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC57F is #D23A80. Grayscale: #8F8F8F. Windows color (decimal): -13777537 or 8373549. OLE color: 8373549.
HSL color Cylindrical-coordinate representation of color #2DC57F: hue angle of 152.37º 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 #2DC57F is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 197 | 127 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.23 |
| HSL | 152.37º | 0.63% | 0.47% | - |
| HSV(B) | 152.37º | 0.77% | 0.77% | - |
| XYZ | 24.88 | 42.02 | 26.88 | - |
| YUV | 143.57 | 118.64 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 197 | 127 | 0.77 | 0 | 0.36 | 0.23 | 152.37 | 0.63 | 0.47 |
| Hex | 2D | C5 | 7F | 4D | 0 | 24 | 17 | 98 | 3F | 2F |
| Octal | 55 | 305 | 177 | 115 | 0 | 44 | 27 | 230 | 77 | 57 |
| Binary | 101101 | 11000101 | 1111111 | 1001101 | 0 | 100100 | 10111 | 10011000 | 111111 | 101111 |
Color Harmonies of #2DC57F
Complementary color
Monochromatic Colors of #2DC57F
Black with #2DC57F
Text Example
Text Example
White with #2DC57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC57F; }
p { color: rgb(45,197,127); }
H1.HeaderClassName
{
color: #2DC57F;
}
.AnyTagClassName
{
color: #2DC57F;
}
</style>
background-color css
<style>
a { background-color: #2DC57F; }
a { background-color: rgb(45,197,127); }
div.DivClassName
{
background-color: #2DC57F;
}
.BgClassName
{
background-color: #2DC57F;
}
</style>
border-color css
<style>
span { border-color: #2DC57F; }
span { border-color: rgb(45,197,127); }
td.TdClassName
{
border-color: #2DC57F;
}
.TagClassName
{
border-color: #2DC57F;
}
</style>