Shades of Medium Sea Green #2FD06C
Tints of Medium Sea Green #2FD06C
RGB
CMYK
RGB Variations
Color information
#2FD06C (or 0x2FD06C) is known color: Medium Sea Green. HEX triplet: 2F, D0 and 6C. RGB value is (47,208,108). Sum of RGB (Red+Green+Blue) = 47+208+108=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD06C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD06C is #D02F93. Grayscale: #949494. Windows color (decimal): -13643668 or 7131183. OLE color: 7131183.
HSL color Cylindrical-coordinate representation of color #2FD06C: hue angle of 142.73º 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 #2FD06C is Cyan = 0.77, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 208 | 108 | - |
| CMYK | 0.77 | 0 | 0.48 | 0.18 |
| HSL | 142.73º | 0.63% | 0.5% | - |
| HSV(B) | 142.73º | 0.77% | 0.82% | - |
| XYZ | 26.43 | 46.8 | 21.83 | - |
| YUV | 148.46 | 105.16 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 208 | 108 | 0.77 | 0 | 0.48 | 0.18 | 142.73 | 0.63 | 0.5 |
| Hex | 2F | D0 | 6C | 4D | 0 | 30 | 12 | 8F | 3F | 32 |
| Octal | 57 | 320 | 154 | 115 | 0 | 60 | 22 | 217 | 77 | 62 |
| Binary | 101111 | 11010000 | 1101100 | 1001101 | 0 | 110000 | 10010 | 10001111 | 111111 | 110010 |
Color Harmonies of #2FD06C
Complementary color
Monochromatic Colors of #2FD06C
Black with #2FD06C
Text Example
Text Example
White with #2FD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD06C; }
p { color: rgb(47,208,108); }
H1.HeaderClassName
{
color: #2FD06C;
}
.AnyTagClassName
{
color: #2FD06C;
}
</style>
background-color css
<style>
a { background-color: #2FD06C; }
a { background-color: rgb(47,208,108); }
div.DivClassName
{
background-color: #2FD06C;
}
.BgClassName
{
background-color: #2FD06C;
}
</style>
border-color css
<style>
span { border-color: #2FD06C; }
span { border-color: rgb(47,208,108); }
td.TdClassName
{
border-color: #2FD06C;
}
.TagClassName
{
border-color: #2FD06C;
}
</style>