Shades of Medium Sea Green #2FC974
Tints of Medium Sea Green #2FC974
RGB
CMYK
RGB Variations
Color information
#2FC974 (or 0x2FC974) is known color: Medium Sea Green. HEX triplet: 2F, C9 and 74. RGB value is (47,201,116). Sum of RGB (Red+Green+Blue) = 47+201+116=364 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.91% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC974 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC974 is #D0368B. Grayscale: #919191. Windows color (decimal): -13645452 or 7653679. OLE color: 7653679.
HSL color Cylindrical-coordinate representation of color #2FC974: hue angle of 146.88º 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 #2FC974 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 116 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.21 |
| HSL | 146.88º | 0.62% | 0.49% | - |
| HSV(B) | 146.88º | 0.77% | 0.79% | - |
| XYZ | 25.21 | 43.64 | 23.62 | - |
| YUV | 145.26 | 111.48 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 116 | 0.77 | 0 | 0.42 | 0.21 | 146.88 | 0.62 | 0.49 |
| Hex | 2F | C9 | 74 | 4D | 0 | 2A | 15 | 93 | 3E | 31 |
| Octal | 57 | 311 | 164 | 115 | 0 | 52 | 25 | 223 | 76 | 61 |
| Binary | 101111 | 11001001 | 1110100 | 1001101 | 0 | 101010 | 10101 | 10010011 | 111110 | 110001 |
Color Harmonies of #2FC974
Complementary color
Monochromatic Colors of #2FC974
Black with #2FC974
Text Example
Text Example
White with #2FC974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC974; }
p { color: rgb(47,201,116); }
H1.HeaderClassName
{
color: #2FC974;
}
.AnyTagClassName
{
color: #2FC974;
}
</style>
background-color css
<style>
a { background-color: #2FC974; }
a { background-color: rgb(47,201,116); }
div.DivClassName
{
background-color: #2FC974;
}
.BgClassName
{
background-color: #2FC974;
}
</style>
border-color css
<style>
span { border-color: #2FC974; }
span { border-color: rgb(47,201,116); }
td.TdClassName
{
border-color: #2FC974;
}
.TagClassName
{
border-color: #2FC974;
}
</style>