Shades of Medium Sea Green #2FC471
Tints of Medium Sea Green #2FC471
RGB
CMYK
RGB Variations
Color information
#2FC471 (or 0x2FC471) is known color: Medium Sea Green. HEX triplet: 2F, C4 and 71. RGB value is (47,196,113). Sum of RGB (Red+Green+Blue) = 47+196+113=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 196 (76.95% from 255 or 55.06% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC471 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC471 is #D03B8E. Grayscale: #8E8E8E. Windows color (decimal): -13646735 or 7455791. OLE color: 7455791.
HSL color Cylindrical-coordinate representation of color #2FC471: hue angle of 146.58º 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 #2FC471 is Cyan = 0.76, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 113 | - |
| CMYK | 0.76 | 0 | 0.42 | 0.23 |
| HSL | 146.58º | 0.61% | 0.48% | - |
| HSV(B) | 146.58º | 0.76% | 0.77% | - |
| XYZ | 23.89 | 41.28 | 22.33 | - |
| YUV | 141.99 | 111.64 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 113 | 0.76 | 0 | 0.42 | 0.23 | 146.58 | 0.61 | 0.48 |
| Hex | 2F | C4 | 71 | 4C | 0 | 2A | 17 | 93 | 3D | 30 |
| Octal | 57 | 304 | 161 | 114 | 0 | 52 | 27 | 223 | 75 | 60 |
| Binary | 101111 | 11000100 | 1110001 | 1001100 | 0 | 101010 | 10111 | 10010011 | 111101 | 110000 |
Color Harmonies of #2FC471
Complementary color
Monochromatic Colors of #2FC471
Black with #2FC471
Text Example
Text Example
White with #2FC471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC471; }
p { color: rgb(47,196,113); }
H1.HeaderClassName
{
color: #2FC471;
}
.AnyTagClassName
{
color: #2FC471;
}
</style>
background-color css
<style>
a { background-color: #2FC471; }
a { background-color: rgb(47,196,113); }
div.DivClassName
{
background-color: #2FC471;
}
.BgClassName
{
background-color: #2FC471;
}
</style>
border-color css
<style>
span { border-color: #2FC471; }
span { border-color: rgb(47,196,113); }
td.TdClassName
{
border-color: #2FC471;
}
.TagClassName
{
border-color: #2FC471;
}
</style>