Shades of Medium Sea Green #2FCE72
Tints of Medium Sea Green #2FCE72
RGB
CMYK
RGB Variations
Color information
#2FCE72 (or 0x2FCE72) is known color: Medium Sea Green. HEX triplet: 2F, CE and 72. RGB value is (47,206,114). Sum of RGB (Red+Green+Blue) = 47+206+114=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCE72 is #D0318D. Grayscale: #949494. Windows color (decimal): -13644174 or 7523887. OLE color: 7523887.
HSL color Cylindrical-coordinate representation of color #2FCE72: hue angle of 145.28º 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 #2FCE72 is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 114 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.19 |
| HSL | 145.28º | 0.63% | 0.5% | - |
| HSV(B) | 145.28º | 0.77% | 0.81% | - |
| XYZ | 26.28 | 45.96 | 23.41 | - |
| YUV | 147.97 | 108.82 | 55.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 114 | 0.77 | 0 | 0.45 | 0.19 | 145.28 | 0.63 | 0.5 |
| Hex | 2F | CE | 72 | 4D | 0 | 2D | 13 | 91 | 3F | 32 |
| Octal | 57 | 316 | 162 | 115 | 0 | 55 | 23 | 221 | 77 | 62 |
| Binary | 101111 | 11001110 | 1110010 | 1001101 | 0 | 101101 | 10011 | 10010001 | 111111 | 110010 |
Color Harmonies of #2FCE72
Complementary color
Monochromatic Colors of #2FCE72
Black with #2FCE72
Text Example
Text Example
White with #2FCE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE72; }
p { color: rgb(47,206,114); }
H1.HeaderClassName
{
color: #2FCE72;
}
.AnyTagClassName
{
color: #2FCE72;
}
</style>
background-color css
<style>
a { background-color: #2FCE72; }
a { background-color: rgb(47,206,114); }
div.DivClassName
{
background-color: #2FCE72;
}
.BgClassName
{
background-color: #2FCE72;
}
</style>
border-color css
<style>
span { border-color: #2FCE72; }
span { border-color: rgb(47,206,114); }
td.TdClassName
{
border-color: #2FCE72;
}
.TagClassName
{
border-color: #2FCE72;
}
</style>