Shades of Medium Sea Green #2FBC66
Tints of Medium Sea Green #2FBC66
RGB
CMYK
RGB Variations
Color information
#2FBC66 (or 0x2FBC66) is known color: Medium Sea Green. HEX triplet: 2F, BC and 66. RGB value is (47,188,102). Sum of RGB (Red+Green+Blue) = 47+188+102=337 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.95% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC66 is #D04399. Grayscale: #888888. Windows color (decimal): -13648794 or 6732847. OLE color: 6732847.
HSL color Cylindrical-coordinate representation of color #2FBC66: hue angle of 143.4º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC66 is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 102 | - |
| CMYK | 0.75 | 0 | 0.46 | 0.26 |
| HSL | 143.4º | 0.6% | 0.46% | - |
| HSV(B) | 143.4º | 0.75% | 0.74% | - |
| XYZ | 21.55 | 37.53 | 18.68 | - |
| YUV | 136.04 | 108.79 | 64.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 102 | 0.75 | 0 | 0.46 | 0.26 | 143.4 | 0.6 | 0.46 |
| Hex | 2F | BC | 66 | 4B | 0 | 2E | 1A | 8F | 3C | 2E |
| Octal | 57 | 274 | 146 | 113 | 0 | 56 | 32 | 217 | 74 | 56 |
| Binary | 101111 | 10111100 | 1100110 | 1001011 | 0 | 101110 | 11010 | 10001111 | 111100 | 101110 |
Color Harmonies of #2FBC66
Complementary color
Monochromatic Colors of #2FBC66
Black with #2FBC66
Text Example
Text Example
White with #2FBC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC66; }
p { color: rgb(47,188,102); }
H1.HeaderClassName
{
color: #2FBC66;
}
.AnyTagClassName
{
color: #2FBC66;
}
</style>
background-color css
<style>
a { background-color: #2FBC66; }
a { background-color: rgb(47,188,102); }
div.DivClassName
{
background-color: #2FBC66;
}
.BgClassName
{
background-color: #2FBC66;
}
</style>
border-color css
<style>
span { border-color: #2FBC66; }
span { border-color: rgb(47,188,102); }
td.TdClassName
{
border-color: #2FBC66;
}
.TagClassName
{
border-color: #2FBC66;
}
</style>