Shades of Medium Sea Green #2DC65D
Tints of Medium Sea Green #2DC65D
RGB
CMYK
RGB Variations
Color information
#2DC65D (or 0x2DC65D) is known color: Medium Sea Green. HEX triplet: 2D, C6 and 5D. RGB value is (45,198,93). Sum of RGB (Red+Green+Blue) = 45+198+93=336 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.39% from 336); Green value is 198 (77.73% from 255 or 58.93% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 198 - color contains mainly: green. Hex color #2DC65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC65D is #D239A2. Grayscale: #8C8C8C. Windows color (decimal): -13777315 or 6145581. OLE color: 6145581.
HSL color Cylindrical-coordinate representation of color #2DC65D: hue angle of 138.82º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC65D is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 45 | 198 | 93 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.22 |
| HSL | 138.82º | 0.63% | 0.48% | - |
| HSV(B) | 138.82º | 0.77% | 0.78% | - |
| XYZ | 23.25 | 41.74 | 17.19 | - |
| YUV | 140.28 | 101.31 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 198 | 93 | 0.77 | 0 | 0.53 | 0.22 | 138.82 | 0.63 | 0.48 |
| Hex | 2D | C6 | 5D | 4D | 0 | 35 | 16 | 8B | 3F | 30 |
| Octal | 55 | 306 | 135 | 115 | 0 | 65 | 26 | 213 | 77 | 60 |
| Binary | 101101 | 11000110 | 1011101 | 1001101 | 0 | 110101 | 10110 | 10001011 | 111111 | 110000 |
Color Harmonies of #2DC65D
Complementary color
Monochromatic Colors of #2DC65D
Black with #2DC65D
Text Example
Text Example
White with #2DC65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC65D; }
p { color: rgb(45,198,93); }
H1.HeaderClassName
{
color: #2DC65D;
}
.AnyTagClassName
{
color: #2DC65D;
}
</style>
background-color css
<style>
a { background-color: #2DC65D; }
a { background-color: rgb(45,198,93); }
div.DivClassName
{
background-color: #2DC65D;
}
.BgClassName
{
background-color: #2DC65D;
}
</style>
border-color css
<style>
span { border-color: #2DC65D; }
span { border-color: rgb(45,198,93); }
td.TdClassName
{
border-color: #2DC65D;
}
.TagClassName
{
border-color: #2DC65D;
}
</style>