Shades of Medium Sea Green #2DC063
Tints of Medium Sea Green #2DC063
RGB
CMYK
RGB Variations
Color information
#2DC063 (or 0x2DC063) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 63. RGB value is (45,192,99). Sum of RGB (Red+Green+Blue) = 45+192+99=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC063 is #D23F9C. Grayscale: #898989. Windows color (decimal): -13778845 or 6537261. OLE color: 6537261.
HSL color Cylindrical-coordinate representation of color #2DC063: hue angle of 142.04º 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 #2DC063 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 99 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.25 |
| HSL | 142.04º | 0.62% | 0.46% | - |
| HSV(B) | 142.04º | 0.77% | 0.75% | - |
| XYZ | 22.18 | 39.16 | 18.19 | - |
| YUV | 137.45 | 106.3 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 99 | 0.77 | 0 | 0.48 | 0.25 | 142.04 | 0.62 | 0.46 |
| Hex | 2D | C0 | 63 | 4D | 0 | 30 | 19 | 8E | 3E | 2E |
| Octal | 55 | 300 | 143 | 115 | 0 | 60 | 31 | 216 | 76 | 56 |
| Binary | 101101 | 11000000 | 1100011 | 1001101 | 0 | 110000 | 11001 | 10001110 | 111110 | 101110 |
Color Harmonies of #2DC063
Complementary color
Monochromatic Colors of #2DC063
Black with #2DC063
Text Example
Text Example
White with #2DC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC063; }
p { color: rgb(45,192,99); }
H1.HeaderClassName
{
color: #2DC063;
}
.AnyTagClassName
{
color: #2DC063;
}
</style>
background-color css
<style>
a { background-color: #2DC063; }
a { background-color: rgb(45,192,99); }
div.DivClassName
{
background-color: #2DC063;
}
.BgClassName
{
background-color: #2DC063;
}
</style>
border-color css
<style>
span { border-color: #2DC063; }
span { border-color: rgb(45,192,99); }
td.TdClassName
{
border-color: #2DC063;
}
.TagClassName
{
border-color: #2DC063;
}
</style>