Shades of Medium Sea Green #2FCD6E
Tints of Medium Sea Green #2FCD6E
RGB
CMYK
RGB Variations
Color information
#2FCD6E (or 0x2FCD6E) is known color: Medium Sea Green. HEX triplet: 2F, CD and 6E. RGB value is (47,205,110). Sum of RGB (Red+Green+Blue) = 47+205+110=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 205 (80.47% from 255 or 56.63% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCD6E is #D03291. Grayscale: #939393. Windows color (decimal): -13644434 or 7261487. OLE color: 7261487.
HSL color Cylindrical-coordinate representation of color #2FCD6E: hue angle of 143.92º degrees, saturation: 0.63, 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 #2FCD6E is Cyan = 0.77, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 110 | - |
| CMYK | 0.77 | 0 | 0.46 | 0.20 |
| HSL | 143.92º | 0.63% | 0.49% | - |
| HSV(B) | 143.92º | 0.77% | 0.8% | - |
| XYZ | 25.82 | 45.39 | 22.15 | - |
| YUV | 146.93 | 107.15 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 110 | 0.77 | 0 | 0.46 | 0.20 | 143.92 | 0.63 | 0.49 |
| Hex | 2F | CD | 6E | 4D | 0 | 2E | 14 | 90 | 3F | 31 |
| Octal | 57 | 315 | 156 | 115 | 0 | 56 | 24 | 220 | 77 | 61 |
| Binary | 101111 | 11001101 | 1101110 | 1001101 | 0 | 101110 | 10100 | 10010000 | 111111 | 110001 |
Color Harmonies of #2FCD6E
Complementary color
Monochromatic Colors of #2FCD6E
Black with #2FCD6E
Text Example
Text Example
White with #2FCD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD6E; }
p { color: rgb(47,205,110); }
H1.HeaderClassName
{
color: #2FCD6E;
}
.AnyTagClassName
{
color: #2FCD6E;
}
</style>
background-color css
<style>
a { background-color: #2FCD6E; }
a { background-color: rgb(47,205,110); }
div.DivClassName
{
background-color: #2FCD6E;
}
.BgClassName
{
background-color: #2FCD6E;
}
</style>
border-color css
<style>
span { border-color: #2FCD6E; }
span { border-color: rgb(47,205,110); }
td.TdClassName
{
border-color: #2FCD6E;
}
.TagClassName
{
border-color: #2FCD6E;
}
</style>