Shades of Medium Sea Green #2FCE60
Tints of Medium Sea Green #2FCE60
RGB
CMYK
RGB Variations
Color information
#2FCE60 (or 0x2FCE60) is known color: Medium Sea Green. HEX triplet: 2F, CE and 60. RGB value is (47,206,96). Sum of RGB (Red+Green+Blue) = 47+206+96=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 206 (80.86% from 255 or 59.03% from 349); Blue value is 96 (37.89% from 255 or 27.51% from 349); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCE60 is #D0319F. Grayscale: #929292. Windows color (decimal): -13644192 or 6344239. OLE color: 6344239.
HSL color Cylindrical-coordinate representation of color #2FCE60: hue angle of 138.49º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCE60 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 96 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.19 |
| HSL | 138.49º | 0.63% | 0.5% | - |
| HSV(B) | 138.49º | 0.77% | 0.81% | - |
| XYZ | 25.35 | 45.59 | 18.53 | - |
| YUV | 145.92 | 99.82 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 96 | 0.77 | 0 | 0.53 | 0.19 | 138.49 | 0.63 | 0.5 |
| Hex | 2F | CE | 60 | 4D | 0 | 35 | 13 | 8A | 3F | 32 |
| Octal | 57 | 316 | 140 | 115 | 0 | 65 | 23 | 212 | 77 | 62 |
| Binary | 101111 | 11001110 | 1100000 | 1001101 | 0 | 110101 | 10011 | 10001010 | 111111 | 110010 |
Color Harmonies of #2FCE60
Complementary color
Monochromatic Colors of #2FCE60
Black with #2FCE60
Text Example
Text Example
White with #2FCE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE60; }
p { color: rgb(47,206,96); }
H1.HeaderClassName
{
color: #2FCE60;
}
.AnyTagClassName
{
color: #2FCE60;
}
</style>
background-color css
<style>
a { background-color: #2FCE60; }
a { background-color: rgb(47,206,96); }
div.DivClassName
{
background-color: #2FCE60;
}
.BgClassName
{
background-color: #2FCE60;
}
</style>
border-color css
<style>
span { border-color: #2FCE60; }
span { border-color: rgb(47,206,96); }
td.TdClassName
{
border-color: #2FCE60;
}
.TagClassName
{
border-color: #2FCE60;
}
</style>