Shades of Medium Sea Green #2FC96E
Tints of Medium Sea Green #2FC96E
RGB
CMYK
RGB Variations
Color information
#2FC96E (or 0x2FC96E) is known color: Medium Sea Green. HEX triplet: 2F, C9 and 6E. RGB value is (47,201,110). Sum of RGB (Red+Green+Blue) = 47+201+110=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC96E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC96E is #D03691. Grayscale: #909090. Windows color (decimal): -13645458 or 7260463. OLE color: 7260463.
HSL color Cylindrical-coordinate representation of color #2FC96E: hue angle of 144.55º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC96E is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 110 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.21 |
| HSL | 144.55º | 0.62% | 0.49% | - |
| HSV(B) | 144.55º | 0.77% | 0.79% | - |
| XYZ | 24.87 | 43.5 | 21.84 | - |
| YUV | 144.58 | 108.48 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 110 | 0.77 | 0 | 0.45 | 0.21 | 144.55 | 0.62 | 0.49 |
| Hex | 2F | C9 | 6E | 4D | 0 | 2D | 15 | 91 | 3E | 31 |
| Octal | 57 | 311 | 156 | 115 | 0 | 55 | 25 | 221 | 76 | 61 |
| Binary | 101111 | 11001001 | 1101110 | 1001101 | 0 | 101101 | 10101 | 10010001 | 111110 | 110001 |
Color Harmonies of #2FC96E
Complementary color
Monochromatic Colors of #2FC96E
Black with #2FC96E
Text Example
Text Example
White with #2FC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC96E; }
p { color: rgb(47,201,110); }
H1.HeaderClassName
{
color: #2FC96E;
}
.AnyTagClassName
{
color: #2FC96E;
}
</style>
background-color css
<style>
a { background-color: #2FC96E; }
a { background-color: rgb(47,201,110); }
div.DivClassName
{
background-color: #2FC96E;
}
.BgClassName
{
background-color: #2FC96E;
}
</style>
border-color css
<style>
span { border-color: #2FC96E; }
span { border-color: rgb(47,201,110); }
td.TdClassName
{
border-color: #2FC96E;
}
.TagClassName
{
border-color: #2FC96E;
}
</style>