Shades of Medium Sea Green #2FC655
Tints of Medium Sea Green #2FC655
RGB
CMYK
RGB Variations
Color information
#2FC655 (or 0x2FC655) is known color: Medium Sea Green. HEX triplet: 2F, C6 and 55. RGB value is (47,198,85). Sum of RGB (Red+Green+Blue) = 47+198+85=330 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.24% from 330); Green value is 198 (77.73% from 255 or 60% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FC655 is #D039AA. Grayscale: #8C8C8C. Windows color (decimal): -13646251 or 5621295. OLE color: 5621295.
HSL color Cylindrical-coordinate representation of color #2FC655: hue angle of 135.1º 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 #2FC655 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 85 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.22 |
| HSL | 135.1º | 0.62% | 0.48% | - |
| HSV(B) | 135.1º | 0.76% | 0.78% | - |
| XYZ | 23.01 | 41.65 | 15.42 | - |
| YUV | 139.97 | 96.97 | 61.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 85 | 0.76 | 0 | 0.57 | 0.22 | 135.1 | 0.62 | 0.48 |
| Hex | 2F | C6 | 55 | 4C | 0 | 39 | 16 | 87 | 3E | 30 |
| Octal | 57 | 306 | 125 | 114 | 0 | 71 | 26 | 207 | 76 | 60 |
| Binary | 101111 | 11000110 | 1010101 | 1001100 | 0 | 111001 | 10110 | 10000111 | 111110 | 110000 |
Color Harmonies of #2FC655
Complementary color
Monochromatic Colors of #2FC655
Black with #2FC655
Text Example
Text Example
White with #2FC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC655; }
p { color: rgb(47,198,85); }
H1.HeaderClassName
{
color: #2FC655;
}
.AnyTagClassName
{
color: #2FC655;
}
</style>
background-color css
<style>
a { background-color: #2FC655; }
a { background-color: rgb(47,198,85); }
div.DivClassName
{
background-color: #2FC655;
}
.BgClassName
{
background-color: #2FC655;
}
</style>
border-color css
<style>
span { border-color: #2FC655; }
span { border-color: rgb(47,198,85); }
td.TdClassName
{
border-color: #2FC655;
}
.TagClassName
{
border-color: #2FC655;
}
</style>