Shades of Medium Sea Green #2DBC5C
Tints of Medium Sea Green #2DBC5C
RGB
CMYK
RGB Variations
Color information
#2DBC5C (or 0x2DBC5C) is known color: Medium Sea Green. HEX triplet: 2D, BC and 5C. RGB value is (45,188,92). Sum of RGB (Red+Green+Blue) = 45+188+92=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC5C is #D243A3. Grayscale: #868686. Windows color (decimal): -13779876 or 6077485. OLE color: 6077485.
HSL color Cylindrical-coordinate representation of color #2DBC5C: hue angle of 139.72º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBC5C is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 92 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.26 |
| HSL | 139.72º | 0.61% | 0.46% | - |
| HSV(B) | 139.72º | 0.76% | 0.74% | - |
| XYZ | 21 | 37.3 | 16.22 | - |
| YUV | 134.3 | 104.12 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 92 | 0.76 | 0 | 0.51 | 0.26 | 139.72 | 0.61 | 0.46 |
| Hex | 2D | BC | 5C | 4C | 0 | 33 | 1A | 8C | 3D | 2E |
| Octal | 55 | 274 | 134 | 114 | 0 | 63 | 32 | 214 | 75 | 56 |
| Binary | 101101 | 10111100 | 1011100 | 1001100 | 0 | 110011 | 11010 | 10001100 | 111101 | 101110 |
Color Harmonies of #2DBC5C
Complementary color
Monochromatic Colors of #2DBC5C
Black with #2DBC5C
Text Example
Text Example
White with #2DBC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC5C; }
p { color: rgb(45,188,92); }
H1.HeaderClassName
{
color: #2DBC5C;
}
.AnyTagClassName
{
color: #2DBC5C;
}
</style>
background-color css
<style>
a { background-color: #2DBC5C; }
a { background-color: rgb(45,188,92); }
div.DivClassName
{
background-color: #2DBC5C;
}
.BgClassName
{
background-color: #2DBC5C;
}
</style>
border-color css
<style>
span { border-color: #2DBC5C; }
span { border-color: rgb(45,188,92); }
td.TdClassName
{
border-color: #2DBC5C;
}
.TagClassName
{
border-color: #2DBC5C;
}
</style>