Shades of Medium Sea Green #2FC47E
Tints of Medium Sea Green #2FC47E
RGB
CMYK
RGB Variations
Color information
#2FC47E (or 0x2FC47E) is known color: Medium Sea Green. HEX triplet: 2F, C4 and 7E. RGB value is (47,196,126). Sum of RGB (Red+Green+Blue) = 47+196+126=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC47E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC47E is #D03B81. Grayscale: #8F8F8F. Windows color (decimal): -13646722 or 8307759. OLE color: 8307759.
HSL color Cylindrical-coordinate representation of color #2FC47E: hue angle of 151.81º 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 #2FC47E is Cyan = 0.76, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 126 | - |
| CMYK | 0.76 | 0 | 0.36 | 0.23 |
| HSL | 151.81º | 0.61% | 0.48% | - |
| HSV(B) | 151.81º | 0.76% | 0.77% | - |
| XYZ | 24.68 | 41.59 | 26.47 | - |
| YUV | 143.47 | 118.14 | 59.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 126 | 0.76 | 0 | 0.36 | 0.23 | 151.81 | 0.61 | 0.48 |
| Hex | 2F | C4 | 7E | 4C | 0 | 24 | 17 | 98 | 3D | 30 |
| Octal | 57 | 304 | 176 | 114 | 0 | 44 | 27 | 230 | 75 | 60 |
| Binary | 101111 | 11000100 | 1111110 | 1001100 | 0 | 100100 | 10111 | 10011000 | 111101 | 110000 |
Color Harmonies of #2FC47E
Complementary color
Monochromatic Colors of #2FC47E
Black with #2FC47E
Text Example
Text Example
White with #2FC47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC47E; }
p { color: rgb(47,196,126); }
H1.HeaderClassName
{
color: #2FC47E;
}
.AnyTagClassName
{
color: #2FC47E;
}
</style>
background-color css
<style>
a { background-color: #2FC47E; }
a { background-color: rgb(47,196,126); }
div.DivClassName
{
background-color: #2FC47E;
}
.BgClassName
{
background-color: #2FC47E;
}
</style>
border-color css
<style>
span { border-color: #2FC47E; }
span { border-color: rgb(47,196,126); }
td.TdClassName
{
border-color: #2FC47E;
}
.TagClassName
{
border-color: #2FC47E;
}
</style>