Shades of Medium Sea Green #2FC86D
Tints of Medium Sea Green #2FC86D
RGB
CMYK
RGB Variations
Color information
#2FC86D (or 0x2FC86D) is known color: Medium Sea Green. HEX triplet: 2F, C8 and 6D. RGB value is (47,200,109). Sum of RGB (Red+Green+Blue) = 47+200+109=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC86D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC86D is #D03792. Grayscale: #909090. Windows color (decimal): -13645715 or 7194671. OLE color: 7194671.
HSL color Cylindrical-coordinate representation of color #2FC86D: hue angle of 144.31º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC86D is Cyan = 0.76, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 109 | - |
| CMYK | 0.76 | 0 | 0.46 | 0.22 |
| HSL | 144.31º | 0.62% | 0.48% | - |
| HSV(B) | 144.31º | 0.77% | 0.78% | - |
| XYZ | 24.59 | 43.02 | 21.48 | - |
| YUV | 143.88 | 108.31 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 109 | 0.76 | 0 | 0.46 | 0.22 | 144.31 | 0.62 | 0.48 |
| Hex | 2F | C8 | 6D | 4C | 0 | 2E | 16 | 90 | 3E | 30 |
| Octal | 57 | 310 | 155 | 114 | 0 | 56 | 26 | 220 | 76 | 60 |
| Binary | 101111 | 11001000 | 1101101 | 1001100 | 0 | 101110 | 10110 | 10010000 | 111110 | 110000 |
Color Harmonies of #2FC86D
Complementary color
Monochromatic Colors of #2FC86D
Black with #2FC86D
Text Example
Text Example
White with #2FC86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC86D; }
p { color: rgb(47,200,109); }
H1.HeaderClassName
{
color: #2FC86D;
}
.AnyTagClassName
{
color: #2FC86D;
}
</style>
background-color css
<style>
a { background-color: #2FC86D; }
a { background-color: rgb(47,200,109); }
div.DivClassName
{
background-color: #2FC86D;
}
.BgClassName
{
background-color: #2FC86D;
}
</style>
border-color css
<style>
span { border-color: #2FC86D; }
span { border-color: rgb(47,200,109); }
td.TdClassName
{
border-color: #2FC86D;
}
.TagClassName
{
border-color: #2FC86D;
}
</style>