Shades of Medium Sea Green #2DC058
Tints of Medium Sea Green #2DC058
RGB
CMYK
RGB Variations
Color information
#2DC058 (or 0x2DC058) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 58. RGB value is (45,192,88). Sum of RGB (Red+Green+Blue) = 45+192+88=325 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.85% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC058 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC058 is #D23FA7. Grayscale: #888888. Windows color (decimal): -13778856 or 5816365. OLE color: 5816365.
HSL color Cylindrical-coordinate representation of color #2DC058: hue angle of 137.55º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC058 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 88 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.25 |
| HSL | 137.55º | 0.62% | 0.46% | - |
| HSV(B) | 137.55º | 0.77% | 0.75% | - |
| XYZ | 21.69 | 38.96 | 15.61 | - |
| YUV | 136.19 | 100.8 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 88 | 0.77 | 0 | 0.54 | 0.25 | 137.55 | 0.62 | 0.46 |
| Hex | 2D | C0 | 58 | 4D | 0 | 36 | 19 | 8A | 3E | 2E |
| Octal | 55 | 300 | 130 | 115 | 0 | 66 | 31 | 212 | 76 | 56 |
| Binary | 101101 | 11000000 | 1011000 | 1001101 | 0 | 110110 | 11001 | 10001010 | 111110 | 101110 |
Color Harmonies of #2DC058
Complementary color
Monochromatic Colors of #2DC058
Black with #2DC058
Text Example
Text Example
White with #2DC058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC058; }
p { color: rgb(45,192,88); }
H1.HeaderClassName
{
color: #2DC058;
}
.AnyTagClassName
{
color: #2DC058;
}
</style>
background-color css
<style>
a { background-color: #2DC058; }
a { background-color: rgb(45,192,88); }
div.DivClassName
{
background-color: #2DC058;
}
.BgClassName
{
background-color: #2DC058;
}
</style>
border-color css
<style>
span { border-color: #2DC058; }
span { border-color: rgb(45,192,88); }
td.TdClassName
{
border-color: #2DC058;
}
.TagClassName
{
border-color: #2DC058;
}
</style>