Shades of Medium Sea Green #2CC574
Tints of Medium Sea Green #2CC574
RGB
CMYK
RGB Variations
Color information
#2CC574 (or 0x2CC574) is known color: Medium Sea Green. HEX triplet: 2C, C5 and 74. RGB value is (44,197,116). Sum of RGB (Red+Green+Blue) = 44+197+116=357 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.32% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #2CC574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CC574 is #D33A8B. Grayscale: #8E8E8E. Windows color (decimal): -13843084 or 7652652. OLE color: 7652652.
HSL color Cylindrical-coordinate representation of color #2CC574: hue angle of 148.24º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC574 is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 197 | 116 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.23 |
| HSL | 148.24º | 0.63% | 0.47% | - |
| HSV(B) | 148.24º | 0.78% | 0.77% | - |
| XYZ | 24.16 | 41.73 | 23.3 | - |
| YUV | 142.02 | 113.31 | 58.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 197 | 116 | 0.78 | 0 | 0.41 | 0.23 | 148.24 | 0.63 | 0.47 |
| Hex | 2C | C5 | 74 | 4E | 0 | 29 | 17 | 94 | 3F | 2F |
| Octal | 54 | 305 | 164 | 116 | 0 | 51 | 27 | 224 | 77 | 57 |
| Binary | 101100 | 11000101 | 1110100 | 1001110 | 0 | 101001 | 10111 | 10010100 | 111111 | 101111 |
Color Harmonies of #2CC574
Complementary color
Monochromatic Colors of #2CC574
Black with #2CC574
Text Example
Text Example
White with #2CC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC574; }
p { color: rgb(44,197,116); }
H1.HeaderClassName
{
color: #2CC574;
}
.AnyTagClassName
{
color: #2CC574;
}
</style>
background-color css
<style>
a { background-color: #2CC574; }
a { background-color: rgb(44,197,116); }
div.DivClassName
{
background-color: #2CC574;
}
.BgClassName
{
background-color: #2CC574;
}
</style>
border-color css
<style>
span { border-color: #2CC574; }
span { border-color: rgb(44,197,116); }
td.TdClassName
{
border-color: #2CC574;
}
.TagClassName
{
border-color: #2CC574;
}
</style>