Shades of Medium Sea Green #2DC962
Tints of Medium Sea Green #2DC962
RGB
CMYK
RGB Variations
Color information
#2DC962 (or 0x2DC962) is known color: Medium Sea Green. HEX triplet: 2D, C9 and 62. RGB value is (45,201,98). Sum of RGB (Red+Green+Blue) = 45+201+98=344 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.08% from 344); Green value is 201 (78.91% from 255 or 58.43% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 201 - color contains mainly: green. Hex color #2DC962 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC962 is #D2369D. Grayscale: #8E8E8E. Windows color (decimal): -13776542 or 6474029. OLE color: 6474029.
HSL color Cylindrical-coordinate representation of color #2DC962: hue angle of 140.38º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DC962 is Cyan = 0.78, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 45 | 201 | 98 | - |
| CMYK | 0.78 | 0 | 0.51 | 0.21 |
| HSL | 140.38º | 0.63% | 0.48% | - |
| HSV(B) | 140.38º | 0.78% | 0.79% | - |
| XYZ | 24.17 | 43.21 | 18.62 | - |
| YUV | 142.61 | 102.82 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 201 | 98 | 0.78 | 0 | 0.51 | 0.21 | 140.38 | 0.63 | 0.48 |
| Hex | 2D | C9 | 62 | 4E | 0 | 33 | 15 | 8C | 3F | 30 |
| Octal | 55 | 311 | 142 | 116 | 0 | 63 | 25 | 214 | 77 | 60 |
| Binary | 101101 | 11001001 | 1100010 | 1001110 | 0 | 110011 | 10101 | 10001100 | 111111 | 110000 |
Color Harmonies of #2DC962
Complementary color
Monochromatic Colors of #2DC962
Black with #2DC962
Text Example
Text Example
White with #2DC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC962; }
p { color: rgb(45,201,98); }
H1.HeaderClassName
{
color: #2DC962;
}
.AnyTagClassName
{
color: #2DC962;
}
</style>
background-color css
<style>
a { background-color: #2DC962; }
a { background-color: rgb(45,201,98); }
div.DivClassName
{
background-color: #2DC962;
}
.BgClassName
{
background-color: #2DC962;
}
</style>
border-color css
<style>
span { border-color: #2DC962; }
span { border-color: rgb(45,201,98); }
td.TdClassName
{
border-color: #2DC962;
}
.TagClassName
{
border-color: #2DC962;
}
</style>