Shades of Medium Sea Green #2FC67D
Tints of Medium Sea Green #2FC67D
RGB
CMYK
RGB Variations
Color information
#2FC67D (or 0x2FC67D) is known color: Medium Sea Green. HEX triplet: 2F, C6 and 7D. RGB value is (47,198,125). Sum of RGB (Red+Green+Blue) = 47+198+125=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC67D is #D03982. Grayscale: #909090. Windows color (decimal): -13646211 or 8242735. OLE color: 8242735.
HSL color Cylindrical-coordinate representation of color #2FC67D: hue angle of 150.99º 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 #2FC67D is Cyan = 0.76, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 125 | - |
| CMYK | 0.76 | 0 | 0.37 | 0.22 |
| HSL | 150.99º | 0.62% | 0.48% | - |
| HSV(B) | 150.99º | 0.76% | 0.78% | - |
| XYZ | 25.07 | 42.47 | 26.28 | - |
| YUV | 144.53 | 116.97 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 125 | 0.76 | 0 | 0.37 | 0.22 | 150.99 | 0.62 | 0.48 |
| Hex | 2F | C6 | 7D | 4C | 0 | 25 | 16 | 97 | 3E | 30 |
| Octal | 57 | 306 | 175 | 114 | 0 | 45 | 26 | 227 | 76 | 60 |
| Binary | 101111 | 11000110 | 1111101 | 1001100 | 0 | 100101 | 10110 | 10010111 | 111110 | 110000 |
Color Harmonies of #2FC67D
Complementary color
Monochromatic Colors of #2FC67D
Black with #2FC67D
Text Example
Text Example
White with #2FC67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC67D; }
p { color: rgb(47,198,125); }
H1.HeaderClassName
{
color: #2FC67D;
}
.AnyTagClassName
{
color: #2FC67D;
}
</style>
background-color css
<style>
a { background-color: #2FC67D; }
a { background-color: rgb(47,198,125); }
div.DivClassName
{
background-color: #2FC67D;
}
.BgClassName
{
background-color: #2FC67D;
}
</style>
border-color css
<style>
span { border-color: #2FC67D; }
span { border-color: rgb(47,198,125); }
td.TdClassName
{
border-color: #2FC67D;
}
.TagClassName
{
border-color: #2FC67D;
}
</style>