Shades of Medium Sea Green #2FC16E
Tints of Medium Sea Green #2FC16E
RGB
CMYK
RGB Variations
Color information
#2FC16E (or 0x2FC16E) is known color: Medium Sea Green. HEX triplet: 2F, C1 and 6E. RGB value is (47,193,110). Sum of RGB (Red+Green+Blue) = 47+193+110=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #2FC16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC16E is #D03E91. Grayscale: #8C8C8C. Windows color (decimal): -13647506 or 7258415. OLE color: 7258415.
HSL color Cylindrical-coordinate representation of color #2FC16E: hue angle of 145.89º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC16E is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 193 | 110 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.24 |
| HSL | 145.89º | 0.61% | 0.47% | - |
| HSV(B) | 145.89º | 0.76% | 0.76% | - |
| XYZ | 23.06 | 39.87 | 21.23 | - |
| YUV | 139.88 | 111.13 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 193 | 110 | 0.76 | 0 | 0.43 | 0.24 | 145.89 | 0.61 | 0.47 |
| Hex | 2F | C1 | 6E | 4C | 0 | 2B | 18 | 92 | 3D | 2F |
| Octal | 57 | 301 | 156 | 114 | 0 | 53 | 30 | 222 | 75 | 57 |
| Binary | 101111 | 11000001 | 1101110 | 1001100 | 0 | 101011 | 11000 | 10010010 | 111101 | 101111 |
Color Harmonies of #2FC16E
Complementary color
Monochromatic Colors of #2FC16E
Black with #2FC16E
Text Example
Text Example
White with #2FC16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC16E; }
p { color: rgb(47,193,110); }
H1.HeaderClassName
{
color: #2FC16E;
}
.AnyTagClassName
{
color: #2FC16E;
}
</style>
background-color css
<style>
a { background-color: #2FC16E; }
a { background-color: rgb(47,193,110); }
div.DivClassName
{
background-color: #2FC16E;
}
.BgClassName
{
background-color: #2FC16E;
}
</style>
border-color css
<style>
span { border-color: #2FC16E; }
span { border-color: rgb(47,193,110); }
td.TdClassName
{
border-color: #2FC16E;
}
.TagClassName
{
border-color: #2FC16E;
}
</style>