Shades of Medium Sea Green #2FC26C
Tints of Medium Sea Green #2FC26C
RGB
CMYK
RGB Variations
Color information
#2FC26C (or 0x2FC26C) is known color: Medium Sea Green. HEX triplet: 2F, C2 and 6C. RGB value is (47,194,108). Sum of RGB (Red+Green+Blue) = 47+194+108=349 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.47% from 349); Green value is 194 (76.17% from 255 or 55.59% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 194 - color contains mainly: green. Hex color #2FC26C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC26C is #D03D93. Grayscale: #8C8C8C. Windows color (decimal): -13647252 or 7127599. OLE color: 7127599.
HSL color Cylindrical-coordinate representation of color #2FC26C: hue angle of 144.9º 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 #2FC26C is Cyan = 0.76, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 194 | 108 | - |
| CMYK | 0.76 | 0 | 0.44 | 0.24 |
| HSL | 144.9º | 0.61% | 0.47% | - |
| HSV(B) | 144.9º | 0.76% | 0.76% | - |
| XYZ | 23.17 | 40.27 | 20.74 | - |
| YUV | 140.24 | 109.8 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 194 | 108 | 0.76 | 0 | 0.44 | 0.24 | 144.9 | 0.61 | 0.47 |
| Hex | 2F | C2 | 6C | 4C | 0 | 2C | 18 | 91 | 3D | 2F |
| Octal | 57 | 302 | 154 | 114 | 0 | 54 | 30 | 221 | 75 | 57 |
| Binary | 101111 | 11000010 | 1101100 | 1001100 | 0 | 101100 | 11000 | 10010001 | 111101 | 101111 |
Color Harmonies of #2FC26C
Complementary color
Monochromatic Colors of #2FC26C
Black with #2FC26C
Text Example
Text Example
White with #2FC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC26C; }
p { color: rgb(47,194,108); }
H1.HeaderClassName
{
color: #2FC26C;
}
.AnyTagClassName
{
color: #2FC26C;
}
</style>
background-color css
<style>
a { background-color: #2FC26C; }
a { background-color: rgb(47,194,108); }
div.DivClassName
{
background-color: #2FC26C;
}
.BgClassName
{
background-color: #2FC26C;
}
</style>
border-color css
<style>
span { border-color: #2FC26C; }
span { border-color: rgb(47,194,108); }
td.TdClassName
{
border-color: #2FC26C;
}
.TagClassName
{
border-color: #2FC26C;
}
</style>