Shades of Medium Sea Green #2FC26F
Tints of Medium Sea Green #2FC26F
RGB
CMYK
RGB Variations
Color information
#2FC26F (or 0x2FC26F) is known color: Medium Sea Green. HEX triplet: 2F, C2 and 6F. RGB value is (47,194,111). Sum of RGB (Red+Green+Blue) = 47+194+111=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC26F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC26F is #D03D90. Grayscale: #8C8C8C. Windows color (decimal): -13647249 or 7324207. OLE color: 7324207.
HSL color Cylindrical-coordinate representation of color #2FC26F: hue angle of 146.12º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC26F is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 111 | - |
| CMYK | 0.76 | 0 | 0.43 | 0.24 |
| HSL | 146.12º | 0.61% | 0.47% | - |
| HSV(B) | 146.12º | 0.76% | 0.76% | - |
| XYZ | 23.33 | 40.34 | 21.59 | - |
| YUV | 140.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 111 | 0.76 | 0 | 0.43 | 0.24 | 146.12 | 0.61 | 0.47 |
| Hex | 2F | C2 | 6F | 4C | 0 | 2B | 18 | 92 | 3D | 2F |
| Octal | 57 | 302 | 157 | 114 | 0 | 53 | 30 | 222 | 75 | 57 |
| Binary | 101111 | 11000010 | 1101111 | 1001100 | 0 | 101011 | 11000 | 10010010 | 111101 | 101111 |
Color Harmonies of #2FC26F
Complementary color
Monochromatic Colors of #2FC26F
Black with #2FC26F
Text Example
Text Example
White with #2FC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC26F; }
p { color: rgb(47,194,111); }
H1.HeaderClassName
{
color: #2FC26F;
}
.AnyTagClassName
{
color: #2FC26F;
}
</style>
background-color css
<style>
a { background-color: #2FC26F; }
a { background-color: rgb(47,194,111); }
div.DivClassName
{
background-color: #2FC26F;
}
.BgClassName
{
background-color: #2FC26F;
}
</style>
border-color css
<style>
span { border-color: #2FC26F; }
span { border-color: rgb(47,194,111); }
td.TdClassName
{
border-color: #2FC26F;
}
.TagClassName
{
border-color: #2FC26F;
}
</style>