Shades of Medium Sea Green #2FCE7A
Tints of Medium Sea Green #2FCE7A
RGB
CMYK
RGB Variations
Color information
#2FCE7A (or 0x2FCE7A) is known color: Medium Sea Green. HEX triplet: 2F, CE and 7A. RGB value is (47,206,122). Sum of RGB (Red+Green+Blue) = 47+206+122=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 206 (80.86% from 255 or 54.93% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCE7A is #D03185. Grayscale: #959595. Windows color (decimal): -13644166 or 8048175. OLE color: 8048175.
HSL color Cylindrical-coordinate representation of color #2FCE7A: hue angle of 148.3º 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 #2FCE7A is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 122 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.19 |
| HSL | 148.3º | 0.63% | 0.5% | - |
| HSV(B) | 148.3º | 0.77% | 0.81% | - |
| XYZ | 26.76 | 46.15 | 25.91 | - |
| YUV | 148.88 | 112.82 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 122 | 0.77 | 0 | 0.41 | 0.19 | 148.3 | 0.63 | 0.5 |
| Hex | 2F | CE | 7A | 4D | 0 | 29 | 13 | 94 | 3F | 32 |
| Octal | 57 | 316 | 172 | 115 | 0 | 51 | 23 | 224 | 77 | 62 |
| Binary | 101111 | 11001110 | 1111010 | 1001101 | 0 | 101001 | 10011 | 10010100 | 111111 | 110010 |
Color Harmonies of #2FCE7A
Complementary color
Monochromatic Colors of #2FCE7A
Black with #2FCE7A
Text Example
Text Example
White with #2FCE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE7A; }
p { color: rgb(47,206,122); }
H1.HeaderClassName
{
color: #2FCE7A;
}
.AnyTagClassName
{
color: #2FCE7A;
}
</style>
background-color css
<style>
a { background-color: #2FCE7A; }
a { background-color: rgb(47,206,122); }
div.DivClassName
{
background-color: #2FCE7A;
}
.BgClassName
{
background-color: #2FCE7A;
}
</style>
border-color css
<style>
span { border-color: #2FCE7A; }
span { border-color: rgb(47,206,122); }
td.TdClassName
{
border-color: #2FCE7A;
}
.TagClassName
{
border-color: #2FCE7A;
}
</style>