Shades of Medium Sea Green #2FCE75
Tints of Medium Sea Green #2FCE75
RGB
CMYK
RGB Variations
Color information
#2FCE75 (or 0x2FCE75) is known color: Medium Sea Green. HEX triplet: 2F, CE and 75. RGB value is (47,206,117). Sum of RGB (Red+Green+Blue) = 47+206+117=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCE75 is #D0318A. Grayscale: #949494. Windows color (decimal): -13644171 or 7720495. OLE color: 7720495.
HSL color Cylindrical-coordinate representation of color #2FCE75: hue angle of 146.42º 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 #2FCE75 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 117 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.19 |
| HSL | 146.42º | 0.63% | 0.5% | - |
| HSV(B) | 146.42º | 0.77% | 0.81% | - |
| XYZ | 26.45 | 46.03 | 24.32 | - |
| YUV | 148.31 | 110.32 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 117 | 0.77 | 0 | 0.43 | 0.19 | 146.42 | 0.63 | 0.5 |
| Hex | 2F | CE | 75 | 4D | 0 | 2B | 13 | 92 | 3F | 32 |
| Octal | 57 | 316 | 165 | 115 | 0 | 53 | 23 | 222 | 77 | 62 |
| Binary | 101111 | 11001110 | 1110101 | 1001101 | 0 | 101011 | 10011 | 10010010 | 111111 | 110010 |
Color Harmonies of #2FCE75
Complementary color
Monochromatic Colors of #2FCE75
Black with #2FCE75
Text Example
Text Example
White with #2FCE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE75; }
p { color: rgb(47,206,117); }
H1.HeaderClassName
{
color: #2FCE75;
}
.AnyTagClassName
{
color: #2FCE75;
}
</style>
background-color css
<style>
a { background-color: #2FCE75; }
a { background-color: rgb(47,206,117); }
div.DivClassName
{
background-color: #2FCE75;
}
.BgClassName
{
background-color: #2FCE75;
}
</style>
border-color css
<style>
span { border-color: #2FCE75; }
span { border-color: rgb(47,206,117); }
td.TdClassName
{
border-color: #2FCE75;
}
.TagClassName
{
border-color: #2FCE75;
}
</style>