Shades of Medium Sea Green #2DBC58
Tints of Medium Sea Green #2DBC58
RGB
CMYK
RGB Variations
Color information
#2DBC58 (or 0x2DBC58) is known color: Medium Sea Green. HEX triplet: 2D, BC and 58. RGB value is (45,188,88). Sum of RGB (Red+Green+Blue) = 45+188+88=321 (42% of max value = 765). Red value is 45 (17.97% from 255 or 14.02% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBC58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DBC58 is #D243A7. Grayscale: #868686. Windows color (decimal): -13779880 or 5815341. OLE color: 5815341.
HSL color Cylindrical-coordinate representation of color #2DBC58: hue angle of 138.04º 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 #2DBC58 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 188 | 88 | - |
| CMYK | 0.76 | 0 | 0.53 | 0.26 |
| HSL | 138.04º | 0.61% | 0.46% | - |
| HSV(B) | 138.04º | 0.76% | 0.74% | - |
| XYZ | 20.83 | 37.23 | 15.32 | - |
| YUV | 133.84 | 102.12 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 188 | 88 | 0.76 | 0 | 0.53 | 0.26 | 138.04 | 0.61 | 0.46 |
| Hex | 2D | BC | 58 | 4C | 0 | 35 | 1A | 8A | 3D | 2E |
| Octal | 55 | 274 | 130 | 114 | 0 | 65 | 32 | 212 | 75 | 56 |
| Binary | 101101 | 10111100 | 1011000 | 1001100 | 0 | 110101 | 11010 | 10001010 | 111101 | 101110 |
Color Harmonies of #2DBC58
Complementary color
Monochromatic Colors of #2DBC58
Black with #2DBC58
Text Example
Text Example
White with #2DBC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBC58; }
p { color: rgb(45,188,88); }
H1.HeaderClassName
{
color: #2DBC58;
}
.AnyTagClassName
{
color: #2DBC58;
}
</style>
background-color css
<style>
a { background-color: #2DBC58; }
a { background-color: rgb(45,188,88); }
div.DivClassName
{
background-color: #2DBC58;
}
.BgClassName
{
background-color: #2DBC58;
}
</style>
border-color css
<style>
span { border-color: #2DBC58; }
span { border-color: rgb(45,188,88); }
td.TdClassName
{
border-color: #2DBC58;
}
.TagClassName
{
border-color: #2DBC58;
}
</style>