Shades of Medium Sea Green #2FCE73
Tints of Medium Sea Green #2FCE73
RGB
CMYK
RGB Variations
Color information
#2FCE73 (or 0x2FCE73) is known color: Medium Sea Green. HEX triplet: 2F, CE and 73. RGB value is (47,206,115). Sum of RGB (Red+Green+Blue) = 47+206+115=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 206 (80.86% from 255 or 55.98% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCE73 is #D0318C. Grayscale: #949494. Windows color (decimal): -13644173 or 7589423. OLE color: 7589423.
HSL color Cylindrical-coordinate representation of color #2FCE73: hue angle of 145.66º 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 #2FCE73 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 115 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.19 |
| HSL | 145.66º | 0.63% | 0.5% | - |
| HSV(B) | 145.66º | 0.77% | 0.81% | - |
| XYZ | 26.34 | 45.98 | 23.71 | - |
| YUV | 148.09 | 109.32 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 115 | 0.77 | 0 | 0.44 | 0.19 | 145.66 | 0.63 | 0.5 |
| Hex | 2F | CE | 73 | 4D | 0 | 2C | 13 | 92 | 3F | 32 |
| Octal | 57 | 316 | 163 | 115 | 0 | 54 | 23 | 222 | 77 | 62 |
| Binary | 101111 | 11001110 | 1110011 | 1001101 | 0 | 101100 | 10011 | 10010010 | 111111 | 110010 |
Color Harmonies of #2FCE73
Complementary color
Monochromatic Colors of #2FCE73
Black with #2FCE73
Text Example
Text Example
White with #2FCE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE73; }
p { color: rgb(47,206,115); }
H1.HeaderClassName
{
color: #2FCE73;
}
.AnyTagClassName
{
color: #2FCE73;
}
</style>
background-color css
<style>
a { background-color: #2FCE73; }
a { background-color: rgb(47,206,115); }
div.DivClassName
{
background-color: #2FCE73;
}
.BgClassName
{
background-color: #2FCE73;
}
</style>
border-color css
<style>
span { border-color: #2FCE73; }
span { border-color: rgb(47,206,115); }
td.TdClassName
{
border-color: #2FCE73;
}
.TagClassName
{
border-color: #2FCE73;
}
</style>