Shades of Medium Sea Green #2FD065
Tints of Medium Sea Green #2FD065
RGB
CMYK
RGB Variations
Color information
#2FD065 (or 0x2FD065) is known color: Medium Sea Green. HEX triplet: 2F, D0 and 65. RGB value is (47,208,101). Sum of RGB (Red+Green+Blue) = 47+208+101=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #2FD065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD065 is #D02F9A. Grayscale: #939393. Windows color (decimal): -13643675 or 6672431. OLE color: 6672431.
HSL color Cylindrical-coordinate representation of color #2FD065: hue angle of 140.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FD065 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 208 | 101 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.18 |
| HSL | 140.12º | 0.63% | 0.5% | - |
| HSV(B) | 140.12º | 0.77% | 0.82% | - |
| XYZ | 26.08 | 46.66 | 19.94 | - |
| YUV | 147.66 | 101.66 | 56.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 208 | 101 | 0.77 | 0 | 0.51 | 0.18 | 140.12 | 0.63 | 0.5 |
| Hex | 2F | D0 | 65 | 4D | 0 | 33 | 12 | 8C | 3F | 32 |
| Octal | 57 | 320 | 145 | 115 | 0 | 63 | 22 | 214 | 77 | 62 |
| Binary | 101111 | 11010000 | 1100101 | 1001101 | 0 | 110011 | 10010 | 10001100 | 111111 | 110010 |
Color Harmonies of #2FD065
Complementary color
Monochromatic Colors of #2FD065
Black with #2FD065
Text Example
Text Example
White with #2FD065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD065; }
p { color: rgb(47,208,101); }
H1.HeaderClassName
{
color: #2FD065;
}
.AnyTagClassName
{
color: #2FD065;
}
</style>
background-color css
<style>
a { background-color: #2FD065; }
a { background-color: rgb(47,208,101); }
div.DivClassName
{
background-color: #2FD065;
}
.BgClassName
{
background-color: #2FD065;
}
</style>
border-color css
<style>
span { border-color: #2FD065; }
span { border-color: rgb(47,208,101); }
td.TdClassName
{
border-color: #2FD065;
}
.TagClassName
{
border-color: #2FD065;
}
</style>