Shades of Medium Sea Green #2FCB7C
Tints of Medium Sea Green #2FCB7C
RGB
CMYK
RGB Variations
Color information
#2FCB7C (or 0x2FCB7C) is known color: Medium Sea Green. HEX triplet: 2F, CB and 7C. RGB value is (47,203,124). Sum of RGB (Red+Green+Blue) = 47+203+124=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCB7C is #D03483. Grayscale: #939393. Windows color (decimal): -13644932 or 8178479. OLE color: 8178479.
HSL color Cylindrical-coordinate representation of color #2FCB7C: hue angle of 149.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCB7C is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 124 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.20 |
| HSL | 149.62º | 0.62% | 0.49% | - |
| HSV(B) | 149.62º | 0.77% | 0.8% | - |
| XYZ | 26.17 | 44.77 | 26.33 | - |
| YUV | 147.35 | 114.82 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 124 | 0.77 | 0 | 0.39 | 0.20 | 149.62 | 0.62 | 0.49 |
| Hex | 2F | CB | 7C | 4D | 0 | 27 | 14 | 96 | 3E | 31 |
| Octal | 57 | 313 | 174 | 115 | 0 | 47 | 24 | 226 | 76 | 61 |
| Binary | 101111 | 11001011 | 1111100 | 1001101 | 0 | 100111 | 10100 | 10010110 | 111110 | 110001 |
Color Harmonies of #2FCB7C
Complementary color
Monochromatic Colors of #2FCB7C
Black with #2FCB7C
Text Example
Text Example
White with #2FCB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB7C; }
p { color: rgb(47,203,124); }
H1.HeaderClassName
{
color: #2FCB7C;
}
.AnyTagClassName
{
color: #2FCB7C;
}
</style>
background-color css
<style>
a { background-color: #2FCB7C; }
a { background-color: rgb(47,203,124); }
div.DivClassName
{
background-color: #2FCB7C;
}
.BgClassName
{
background-color: #2FCB7C;
}
</style>
border-color css
<style>
span { border-color: #2FCB7C; }
span { border-color: rgb(47,203,124); }
td.TdClassName
{
border-color: #2FCB7C;
}
.TagClassName
{
border-color: #2FCB7C;
}
</style>