Shades of Medium Sea Green #2FD078
Tints of Medium Sea Green #2FD078
RGB
CMYK
RGB Variations
Color information
#2FD078 (or 0x2FD078) is known color: Medium Sea Green. HEX triplet: 2F, D0 and 78. RGB value is (47,208,120). Sum of RGB (Red+Green+Blue) = 47+208+120=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD078 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD078 is #D02F87. Grayscale: #969696. Windows color (decimal): -13643656 or 7917615. OLE color: 7917615.
HSL color Cylindrical-coordinate representation of color #2FD078: hue angle of 147.2º 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 #2FD078 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 208 | 120 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.18 |
| HSL | 147.21º | 0.63% | 0.5% | - |
| HSV(B) | 147.21º | 0.77% | 0.82% | - |
| XYZ | 27.12 | 47.07 | 25.43 | - |
| YUV | 149.83 | 111.16 | 54.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 208 | 120 | 0.77 | 0 | 0.42 | 0.18 | 147.21 | 0.63 | 0.5 |
| Hex | 2F | D0 | 78 | 4D | 0 | 2A | 12 | 93 | 3F | 32 |
| Octal | 57 | 320 | 170 | 115 | 0 | 52 | 22 | 223 | 77 | 62 |
| Binary | 101111 | 11010000 | 1111000 | 1001101 | 0 | 101010 | 10010 | 10010011 | 111111 | 110010 |
Color Harmonies of #2FD078
Complementary color
Monochromatic Colors of #2FD078
Black with #2FD078
Text Example
Text Example
White with #2FD078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD078; }
p { color: rgb(47,208,120); }
H1.HeaderClassName
{
color: #2FD078;
}
.AnyTagClassName
{
color: #2FD078;
}
</style>
background-color css
<style>
a { background-color: #2FD078; }
a { background-color: rgb(47,208,120); }
div.DivClassName
{
background-color: #2FD078;
}
.BgClassName
{
background-color: #2FD078;
}
</style>
border-color css
<style>
span { border-color: #2FD078; }
span { border-color: rgb(47,208,120); }
td.TdClassName
{
border-color: #2FD078;
}
.TagClassName
{
border-color: #2FD078;
}
</style>