Shades of Medium Sea Green #2FD063
Tints of Medium Sea Green #2FD063
RGB
CMYK
RGB Variations
Color information
#2FD063 (or 0x2FD063) is known color: Medium Sea Green. HEX triplet: 2F, D0 and 63. RGB value is (47,208,99). Sum of RGB (Red+Green+Blue) = 47+208+99=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD063 is #D02F9C. Grayscale: #939393. Windows color (decimal): -13643677 or 6541359. OLE color: 6541359.
HSL color Cylindrical-coordinate representation of color #2FD063: hue angle of 139.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD063 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 208 | 99 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.18 |
| HSL | 139.38º | 0.63% | 0.5% | - |
| HSV(B) | 139.38º | 0.77% | 0.82% | - |
| XYZ | 25.98 | 46.62 | 19.43 | - |
| YUV | 147.44 | 100.66 | 56.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 208 | 99 | 0.77 | 0 | 0.52 | 0.18 | 139.38 | 0.63 | 0.5 |
| Hex | 2F | D0 | 63 | 4D | 0 | 34 | 12 | 8B | 3F | 32 |
| Octal | 57 | 320 | 143 | 115 | 0 | 64 | 22 | 213 | 77 | 62 |
| Binary | 101111 | 11010000 | 1100011 | 1001101 | 0 | 110100 | 10010 | 10001011 | 111111 | 110010 |
Color Harmonies of #2FD063
Complementary color
Monochromatic Colors of #2FD063
Black with #2FD063
Text Example
Text Example
White with #2FD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD063; }
p { color: rgb(47,208,99); }
H1.HeaderClassName
{
color: #2FD063;
}
.AnyTagClassName
{
color: #2FD063;
}
</style>
background-color css
<style>
a { background-color: #2FD063; }
a { background-color: rgb(47,208,99); }
div.DivClassName
{
background-color: #2FD063;
}
.BgClassName
{
background-color: #2FD063;
}
</style>
border-color css
<style>
span { border-color: #2FD063; }
span { border-color: rgb(47,208,99); }
td.TdClassName
{
border-color: #2FD063;
}
.TagClassName
{
border-color: #2FD063;
}
</style>