Shades of Medium Sea Green #2FCB64
Tints of Medium Sea Green #2FCB64
RGB
CMYK
RGB Variations
Color information
#2FCB64 (or 0x2FCB64) is known color: Medium Sea Green. HEX triplet: 2F, CB and 64. RGB value is (47,203,100). Sum of RGB (Red+Green+Blue) = 47+203+100=350 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.43% from 350); Green value is 203 (79.69% from 255 or 58% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 203 - color contains mainly: green. Hex color #2FCB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCB64 is #D0349B. Grayscale: #909090. Windows color (decimal): -13644956 or 6605615. OLE color: 6605615.
HSL color Cylindrical-coordinate representation of color #2FCB64: hue angle of 140.38º degrees, saturation: 0.62, 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 #2FCB64 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 203 | 100 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.20 |
| HSL | 140.38º | 0.62% | 0.49% | - |
| HSV(B) | 140.38º | 0.77% | 0.8% | - |
| XYZ | 24.83 | 44.24 | 19.29 | - |
| YUV | 144.61 | 102.82 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 203 | 100 | 0.77 | 0 | 0.51 | 0.20 | 140.38 | 0.62 | 0.49 |
| Hex | 2F | CB | 64 | 4D | 0 | 33 | 14 | 8C | 3E | 31 |
| Octal | 57 | 313 | 144 | 115 | 0 | 63 | 24 | 214 | 76 | 61 |
| Binary | 101111 | 11001011 | 1100100 | 1001101 | 0 | 110011 | 10100 | 10001100 | 111110 | 110001 |
Color Harmonies of #2FCB64
Complementary color
Monochromatic Colors of #2FCB64
Black with #2FCB64
Text Example
Text Example
White with #2FCB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCB64; }
p { color: rgb(47,203,100); }
H1.HeaderClassName
{
color: #2FCB64;
}
.AnyTagClassName
{
color: #2FCB64;
}
</style>
background-color css
<style>
a { background-color: #2FCB64; }
a { background-color: rgb(47,203,100); }
div.DivClassName
{
background-color: #2FCB64;
}
.BgClassName
{
background-color: #2FCB64;
}
</style>
border-color css
<style>
span { border-color: #2FCB64; }
span { border-color: rgb(47,203,100); }
td.TdClassName
{
border-color: #2FCB64;
}
.TagClassName
{
border-color: #2FCB64;
}
</style>