Shades of Medium Sea Green #2FD56A
Tints of Medium Sea Green #2FD56A
RGB
CMYK
RGB Variations
Color information
#2FD56A (or 0x2FD56A) is known color: Medium Sea Green. HEX triplet: 2F, D5 and 6A. RGB value is (47,213,106). Sum of RGB (Red+Green+Blue) = 47+213+106=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #2FD56A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD56A is #D02A95. Grayscale: #979797. Windows color (decimal): -13642390 or 7001391. OLE color: 7001391.
HSL color Cylindrical-coordinate representation of color #2FD56A: hue angle of 141.33º 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 #2FD56A is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 213 | 106 | - |
| CMYK | 0.78 | 0 | 0.50 | 0.16 |
| HSL | 141.33º | 0.66% | 0.51% | - |
| HSV(B) | 141.33º | 0.78% | 0.84% | - |
| XYZ | 27.57 | 49.23 | 21.69 | - |
| YUV | 151.17 | 102.5 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 213 | 106 | 0.78 | 0 | 0.50 | 0.16 | 141.33 | 0.66 | 0.51 |
| Hex | 2F | D5 | 6A | 4E | 0 | 32 | 10 | 8D | 42 | 33 |
| Octal | 57 | 325 | 152 | 116 | 0 | 62 | 20 | 215 | 102 | 63 |
| Binary | 101111 | 11010101 | 1101010 | 1001110 | 0 | 110010 | 10000 | 10001101 | 1000010 | 110011 |
Color Harmonies of #2FD56A
Complementary color
Monochromatic Colors of #2FD56A
Black with #2FD56A
Text Example
Text Example
White with #2FD56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD56A; }
p { color: rgb(47,213,106); }
H1.HeaderClassName
{
color: #2FD56A;
}
.AnyTagClassName
{
color: #2FD56A;
}
</style>
background-color css
<style>
a { background-color: #2FD56A; }
a { background-color: rgb(47,213,106); }
div.DivClassName
{
background-color: #2FD56A;
}
.BgClassName
{
background-color: #2FD56A;
}
</style>
border-color css
<style>
span { border-color: #2FD56A; }
span { border-color: rgb(47,213,106); }
td.TdClassName
{
border-color: #2FD56A;
}
.TagClassName
{
border-color: #2FD56A;
}
</style>