Shades of Medium Sea Green #2CC063
Tints of Medium Sea Green #2CC063
RGB
CMYK
RGB Variations
Color information
#2CC063 (or 0x2CC063) is known color: Medium Sea Green. HEX triplet: 2C, C0 and 63. RGB value is (44,192,99). Sum of RGB (Red+Green+Blue) = 44+192+99=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #2CC063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC063 is #D33F9C. Grayscale: #898989. Windows color (decimal): -13844381 or 6537260. OLE color: 6537260.
HSL color Cylindrical-coordinate representation of color #2CC063: hue angle of 142.3º degrees, saturation: 0.63, 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 #2CC063 is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 192 | 99 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.25 |
| HSL | 142.3º | 0.63% | 0.46% | - |
| HSV(B) | 142.3º | 0.77% | 0.75% | - |
| XYZ | 22.14 | 39.14 | 18.19 | - |
| YUV | 137.15 | 106.47 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 192 | 99 | 0.77 | 0 | 0.48 | 0.25 | 142.3 | 0.63 | 0.46 |
| Hex | 2C | C0 | 63 | 4D | 0 | 30 | 19 | 8E | 3F | 2E |
| Octal | 54 | 300 | 143 | 115 | 0 | 60 | 31 | 216 | 77 | 56 |
| Binary | 101100 | 11000000 | 1100011 | 1001101 | 0 | 110000 | 11001 | 10001110 | 111111 | 101110 |
Color Harmonies of #2CC063
Complementary color
Monochromatic Colors of #2CC063
Black with #2CC063
Text Example
Text Example
White with #2CC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC063; }
p { color: rgb(44,192,99); }
H1.HeaderClassName
{
color: #2CC063;
}
.AnyTagClassName
{
color: #2CC063;
}
</style>
background-color css
<style>
a { background-color: #2CC063; }
a { background-color: rgb(44,192,99); }
div.DivClassName
{
background-color: #2CC063;
}
.BgClassName
{
background-color: #2CC063;
}
</style>
border-color css
<style>
span { border-color: #2CC063; }
span { border-color: rgb(44,192,99); }
td.TdClassName
{
border-color: #2CC063;
}
.TagClassName
{
border-color: #2CC063;
}
</style>