Shades of Medium Sea Green #2FCE7C
Tints of Medium Sea Green #2FCE7C
RGB
CMYK
RGB Variations
Color information
#2FCE7C (or 0x2FCE7C) is known color: Medium Sea Green. HEX triplet: 2F, CE and 7C. RGB value is (47,206,124). Sum of RGB (Red+Green+Blue) = 47+206+124=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCE7C is #D03183. Grayscale: #959595. Windows color (decimal): -13644164 or 8179247. OLE color: 8179247.
HSL color Cylindrical-coordinate representation of color #2FCE7C: hue angle of 149.06º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCE7C is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 124 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.19 |
| HSL | 149.06º | 0.63% | 0.5% | - |
| HSV(B) | 149.06º | 0.77% | 0.81% | - |
| XYZ | 26.88 | 46.2 | 26.57 | - |
| YUV | 149.11 | 113.82 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 124 | 0.77 | 0 | 0.40 | 0.19 | 149.06 | 0.63 | 0.5 |
| Hex | 2F | CE | 7C | 4D | 0 | 28 | 13 | 95 | 3F | 32 |
| Octal | 57 | 316 | 174 | 115 | 0 | 50 | 23 | 225 | 77 | 62 |
| Binary | 101111 | 11001110 | 1111100 | 1001101 | 0 | 101000 | 10011 | 10010101 | 111111 | 110010 |
Color Harmonies of #2FCE7C
Complementary color
Monochromatic Colors of #2FCE7C
Black with #2FCE7C
Text Example
Text Example
White with #2FCE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE7C; }
p { color: rgb(47,206,124); }
H1.HeaderClassName
{
color: #2FCE7C;
}
.AnyTagClassName
{
color: #2FCE7C;
}
</style>
background-color css
<style>
a { background-color: #2FCE7C; }
a { background-color: rgb(47,206,124); }
div.DivClassName
{
background-color: #2FCE7C;
}
.BgClassName
{
background-color: #2FCE7C;
}
</style>
border-color css
<style>
span { border-color: #2FCE7C; }
span { border-color: rgb(47,206,124); }
td.TdClassName
{
border-color: #2FCE7C;
}
.TagClassName
{
border-color: #2FCE7C;
}
</style>