Shades of Medium Sea Green #2DC066
Tints of Medium Sea Green #2DC066
RGB
CMYK
RGB Variations
Color information
#2DC066 (or 0x2DC066) is known color: Medium Sea Green. HEX triplet: 2D, C0 and 66. RGB value is (45,192,102). Sum of RGB (Red+Green+Blue) = 45+192+102=339 (44% of max value = 765). Red value is 45 (17.97% from 255 or 13.27% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #2DC066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DC066 is #D23F99. Grayscale: #8A8A8A. Windows color (decimal): -13778842 or 6733869. OLE color: 6733869.
HSL color Cylindrical-coordinate representation of color #2DC066: hue angle of 143.27º 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 #2DC066 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 192 | 102 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.25 |
| HSL | 143.27º | 0.62% | 0.46% | - |
| HSV(B) | 143.27º | 0.77% | 0.75% | - |
| XYZ | 22.33 | 39.22 | 18.96 | - |
| YUV | 137.79 | 107.8 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 192 | 102 | 0.77 | 0 | 0.47 | 0.25 | 143.27 | 0.62 | 0.46 |
| Hex | 2D | C0 | 66 | 4D | 0 | 2F | 19 | 8F | 3E | 2E |
| Octal | 55 | 300 | 146 | 115 | 0 | 57 | 31 | 217 | 76 | 56 |
| Binary | 101101 | 11000000 | 1100110 | 1001101 | 0 | 101111 | 11001 | 10001111 | 111110 | 101110 |
Color Harmonies of #2DC066
Complementary color
Monochromatic Colors of #2DC066
Black with #2DC066
Text Example
Text Example
White with #2DC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DC066; }
p { color: rgb(45,192,102); }
H1.HeaderClassName
{
color: #2DC066;
}
.AnyTagClassName
{
color: #2DC066;
}
</style>
background-color css
<style>
a { background-color: #2DC066; }
a { background-color: rgb(45,192,102); }
div.DivClassName
{
background-color: #2DC066;
}
.BgClassName
{
background-color: #2DC066;
}
</style>
border-color css
<style>
span { border-color: #2DC066; }
span { border-color: rgb(45,192,102); }
td.TdClassName
{
border-color: #2DC066;
}
.TagClassName
{
border-color: #2DC066;
}
</style>