Shades of Medium Sea Green #2FC560
Tints of Medium Sea Green #2FC560
RGB
CMYK
RGB Variations
Color information
#2FC560 (or 0x2FC560) is known color: Medium Sea Green. HEX triplet: 2F, C5 and 60. RGB value is (47,197,96). Sum of RGB (Red+Green+Blue) = 47+197+96=340 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.82% from 340); Green value is 197 (77.34% from 255 or 57.94% from 340); Blue value is 96 (37.89% from 255 or 28.24% from 340); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC560 is #D03A9F. Grayscale: #8C8C8C. Windows color (decimal): -13646496 or 6341935. OLE color: 6341935.
HSL color Cylindrical-coordinate representation of color #2FC560: hue angle of 139.6º 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 #2FC560 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 96 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.23 |
| HSL | 139.6º | 0.61% | 0.48% | - |
| HSV(B) | 139.6º | 0.76% | 0.77% | - |
| XYZ | 23.25 | 41.38 | 17.83 | - |
| YUV | 140.64 | 102.81 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 96 | 0.76 | 0 | 0.51 | 0.23 | 139.6 | 0.61 | 0.48 |
| Hex | 2F | C5 | 60 | 4C | 0 | 33 | 17 | 8C | 3D | 30 |
| Octal | 57 | 305 | 140 | 114 | 0 | 63 | 27 | 214 | 75 | 60 |
| Binary | 101111 | 11000101 | 1100000 | 1001100 | 0 | 110011 | 10111 | 10001100 | 111101 | 110000 |
Color Harmonies of #2FC560
Complementary color
Monochromatic Colors of #2FC560
Black with #2FC560
Text Example
Text Example
White with #2FC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC560; }
p { color: rgb(47,197,96); }
H1.HeaderClassName
{
color: #2FC560;
}
.AnyTagClassName
{
color: #2FC560;
}
</style>
background-color css
<style>
a { background-color: #2FC560; }
a { background-color: rgb(47,197,96); }
div.DivClassName
{
background-color: #2FC560;
}
.BgClassName
{
background-color: #2FC560;
}
</style>
border-color css
<style>
span { border-color: #2FC560; }
span { border-color: rgb(47,197,96); }
td.TdClassName
{
border-color: #2FC560;
}
.TagClassName
{
border-color: #2FC560;
}
</style>