Shades of Medium Sea Green #2DC05D
Tints of Medium Sea Green #2DC05D
RGB
CMYK
RGB Variations
Color information
#2DC05D (or 0x2DC05D) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 5D. RGB value is (45,192,93). Sum of RGB (Red+Green+Blue) = 45+192+93=330 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.64% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC05D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC05D is #D23FA2. Grayscale: #898989. Windows color (decimal): -13778851 or 6144045. OLE color: 6144045.
HSL color Cylindrical-coordinate representation of color #2DC05D: hue angle of 139.59º 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 #2DC05D is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 93 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.25 |
| HSL | 139.59º | 0.62% | 0.46% | - |
| HSV(B) | 139.59º | 0.77% | 0.75% | - |
| XYZ | 21.91 | 39.05 | 16.74 | - |
| YUV | 136.76 | 103.3 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 93 | 0.77 | 0 | 0.52 | 0.25 | 139.59 | 0.62 | 0.46 |
| Hex | 2D | C0 | 5D | 4D | 0 | 34 | 19 | 8C | 3E | 2E |
| Octal | 55 | 300 | 135 | 115 | 0 | 64 | 31 | 214 | 76 | 56 |
| Binary | 101101 | 11000000 | 1011101 | 1001101 | 0 | 110100 | 11001 | 10001100 | 111110 | 101110 |
Color Harmonies of #2DC05D
Complementary color
Monochromatic Colors of #2DC05D
Black with #2DC05D
Text Example
Text Example
White with #2DC05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC05D; }
p { color: rgb(45,192,93); }
H1.HeaderClassName
{
color: #2DC05D;
}
.AnyTagClassName
{
color: #2DC05D;
}
</style>
background-color css
<style>
a { background-color: #2DC05D; }
a { background-color: rgb(45,192,93); }
div.DivClassName
{
background-color: #2DC05D;
}
.BgClassName
{
background-color: #2DC05D;
}
</style>
border-color css
<style>
span { border-color: #2DC05D; }
span { border-color: rgb(45,192,93); }
td.TdClassName
{
border-color: #2DC05D;
}
.TagClassName
{
border-color: #2DC05D;
}
</style>