Shades of Medium Sea Green #2FBC60
Tints of Medium Sea Green #2FBC60
RGB
CMYK
RGB Variations
Color information
#2FBC60 (or 0x2FBC60) is known color: Medium Sea Green. HEX triplet: 2F, BC and 60. RGB value is (47,188,96). Sum of RGB (Red+Green+Blue) = 47+188+96=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 188 (73.83% from 255 or 56.80% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC60 is #D0439F. Grayscale: #878787. Windows color (decimal): -13648800 or 6339631. OLE color: 6339631.
HSL color Cylindrical-coordinate representation of color #2FBC60: hue angle of 140.85º 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 #2FBC60 is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 96 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.26 |
| HSL | 140.85º | 0.6% | 0.46% | - |
| HSV(B) | 140.85º | 0.75% | 0.74% | - |
| XYZ | 21.27 | 37.42 | 17.17 | - |
| YUV | 135.35 | 105.79 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 96 | 0.75 | 0 | 0.49 | 0.26 | 140.85 | 0.6 | 0.46 |
| Hex | 2F | BC | 60 | 4B | 0 | 31 | 1A | 8D | 3C | 2E |
| Octal | 57 | 274 | 140 | 113 | 0 | 61 | 32 | 215 | 74 | 56 |
| Binary | 101111 | 10111100 | 1100000 | 1001011 | 0 | 110001 | 11010 | 10001101 | 111100 | 101110 |
Color Harmonies of #2FBC60
Complementary color
Monochromatic Colors of #2FBC60
Black with #2FBC60
Text Example
Text Example
White with #2FBC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC60; }
p { color: rgb(47,188,96); }
H1.HeaderClassName
{
color: #2FBC60;
}
.AnyTagClassName
{
color: #2FBC60;
}
</style>
background-color css
<style>
a { background-color: #2FBC60; }
a { background-color: rgb(47,188,96); }
div.DivClassName
{
background-color: #2FBC60;
}
.BgClassName
{
background-color: #2FBC60;
}
</style>
border-color css
<style>
span { border-color: #2FBC60; }
span { border-color: rgb(47,188,96); }
td.TdClassName
{
border-color: #2FBC60;
}
.TagClassName
{
border-color: #2FBC60;
}
</style>