Shades of Medium Sea Green #2FC05F
Tints of Medium Sea Green #2FC05F
RGB
CMYK
RGB Variations
Color information
#2FC05F (or 0x2FC05F) is known color: Medium Sea Green. HEX triplet: 2F, C0 and 5F. RGB value is (47,192,95). Sum of RGB (Red+Green+Blue) = 47+192+95=334 (44% of max value = 765). Red value is 47 (18.75% from 255 or 14.07% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 95 (37.5% from 255 or 28.44% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC05F is #D03FA0. Grayscale: #898989. Windows color (decimal): -13647777 or 6275119. OLE color: 6275119.
HSL color Cylindrical-coordinate representation of color #2FC05F: hue angle of 139.86º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC05F is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 95 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.25 |
| HSL | 139.86º | 0.61% | 0.47% | - |
| HSV(B) | 139.86º | 0.76% | 0.75% | - |
| XYZ | 22.09 | 39.13 | 17.22 | - |
| YUV | 137.59 | 103.96 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 95 | 0.76 | 0 | 0.51 | 0.25 | 139.86 | 0.61 | 0.47 |
| Hex | 2F | C0 | 5F | 4C | 0 | 33 | 19 | 8C | 3D | 2F |
| Octal | 57 | 300 | 137 | 114 | 0 | 63 | 31 | 214 | 75 | 57 |
| Binary | 101111 | 11000000 | 1011111 | 1001100 | 0 | 110011 | 11001 | 10001100 | 111101 | 101111 |
Color Harmonies of #2FC05F
Complementary color
Monochromatic Colors of #2FC05F
Black with #2FC05F
Text Example
Text Example
White with #2FC05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC05F; }
p { color: rgb(47,192,95); }
H1.HeaderClassName
{
color: #2FC05F;
}
.AnyTagClassName
{
color: #2FC05F;
}
</style>
background-color css
<style>
a { background-color: #2FC05F; }
a { background-color: rgb(47,192,95); }
div.DivClassName
{
background-color: #2FC05F;
}
.BgClassName
{
background-color: #2FC05F;
}
</style>
border-color css
<style>
span { border-color: #2FC05F; }
span { border-color: rgb(47,192,95); }
td.TdClassName
{
border-color: #2FC05F;
}
.TagClassName
{
border-color: #2FC05F;
}
</style>