Shades of Medium Sea Green #2FC47C
Tints of Medium Sea Green #2FC47C
RGB
CMYK
RGB Variations
Color information
#2FC47C (or 0x2FC47C) is known color: Medium Sea Green. HEX triplet: 2F, C4 and 7C. RGB value is (47,196,124). Sum of RGB (Red+Green+Blue) = 47+196+124=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 196 (76.95% from 255 or 53.41% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC47C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC47C is #D03B83. Grayscale: #8F8F8F. Windows color (decimal): -13646724 or 8176687. OLE color: 8176687.
HSL color Cylindrical-coordinate representation of color #2FC47C: hue angle of 151.01º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC47C is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 124 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.23 |
| HSL | 151.01º | 0.61% | 0.48% | - |
| HSV(B) | 151.01º | 0.76% | 0.77% | - |
| XYZ | 24.55 | 41.54 | 25.79 | - |
| YUV | 143.24 | 117.14 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 124 | 0.76 | 0 | 0.37 | 0.23 | 151.01 | 0.61 | 0.48 |
| Hex | 2F | C4 | 7C | 4C | 0 | 25 | 17 | 97 | 3D | 30 |
| Octal | 57 | 304 | 174 | 114 | 0 | 45 | 27 | 227 | 75 | 60 |
| Binary | 101111 | 11000100 | 1111100 | 1001100 | 0 | 100101 | 10111 | 10010111 | 111101 | 110000 |
Color Harmonies of #2FC47C
Complementary color
Monochromatic Colors of #2FC47C
Black with #2FC47C
Text Example
Text Example
White with #2FC47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC47C; }
p { color: rgb(47,196,124); }
H1.HeaderClassName
{
color: #2FC47C;
}
.AnyTagClassName
{
color: #2FC47C;
}
</style>
background-color css
<style>
a { background-color: #2FC47C; }
a { background-color: rgb(47,196,124); }
div.DivClassName
{
background-color: #2FC47C;
}
.BgClassName
{
background-color: #2FC47C;
}
</style>
border-color css
<style>
span { border-color: #2FC47C; }
span { border-color: rgb(47,196,124); }
td.TdClassName
{
border-color: #2FC47C;
}
.TagClassName
{
border-color: #2FC47C;
}
</style>