Shades of Medium Sea Green #2FD56C
Tints of Medium Sea Green #2FD56C
RGB
CMYK
RGB Variations
Color information
#2FD56C (or 0x2FD56C) is known color: Medium Sea Green. HEX triplet: 2F, D5 and 6C. RGB value is (47,213,108). Sum of RGB (Red+Green+Blue) = 47+213+108=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 213 (83.59% from 255 or 57.88% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD56C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD56C is #D02A93. Grayscale: #979797. Windows color (decimal): -13642388 or 7132463. OLE color: 7132463.
HSL color Cylindrical-coordinate representation of color #2FD56C: hue angle of 142.05º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD56C is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 108 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.16 |
| HSL | 142.05º | 0.66% | 0.51% | - |
| HSV(B) | 142.05º | 0.78% | 0.84% | - |
| XYZ | 27.67 | 49.28 | 22.24 | - |
| YUV | 151.4 | 103.5 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 108 | 0.78 | 0 | 0.49 | 0.16 | 142.05 | 0.66 | 0.51 |
| Hex | 2F | D5 | 6C | 4E | 0 | 31 | 10 | 8E | 42 | 33 |
| Octal | 57 | 325 | 154 | 116 | 0 | 61 | 20 | 216 | 102 | 63 |
| Binary | 101111 | 11010101 | 1101100 | 1001110 | 0 | 110001 | 10000 | 10001110 | 1000010 | 110011 |
Color Harmonies of #2FD56C
Complementary color
Monochromatic Colors of #2FD56C
Black with #2FD56C
Text Example
Text Example
White with #2FD56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD56C; }
p { color: rgb(47,213,108); }
H1.HeaderClassName
{
color: #2FD56C;
}
.AnyTagClassName
{
color: #2FD56C;
}
</style>
background-color css
<style>
a { background-color: #2FD56C; }
a { background-color: rgb(47,213,108); }
div.DivClassName
{
background-color: #2FD56C;
}
.BgClassName
{
background-color: #2FD56C;
}
</style>
border-color css
<style>
span { border-color: #2FD56C; }
span { border-color: rgb(47,213,108); }
td.TdClassName
{
border-color: #2FD56C;
}
.TagClassName
{
border-color: #2FD56C;
}
</style>