Shades of Medium Sea Green #2FBC5A
Tints of Medium Sea Green #2FBC5A
RGB
CMYK
RGB Variations
Color information
#2FBC5A (or 0x2FBC5A) is known color: Medium Sea Green. HEX triplet: 2F, BC and 5A. RGB value is (47,188,90). Sum of RGB (Red+Green+Blue) = 47+188+90=325 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.46% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC5A is #D043A5. Grayscale: #868686. Windows color (decimal): -13648806 or 5946415. OLE color: 5946415.
HSL color Cylindrical-coordinate representation of color #2FBC5A: hue angle of 138.3º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBC5A is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 90 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.26 |
| HSL | 138.3º | 0.6% | 0.46% | - |
| HSV(B) | 138.3º | 0.75% | 0.74% | - |
| XYZ | 21 | 37.31 | 15.77 | - |
| YUV | 134.67 | 102.79 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 90 | 0.75 | 0 | 0.52 | 0.26 | 138.3 | 0.6 | 0.46 |
| Hex | 2F | BC | 5A | 4B | 0 | 34 | 1A | 8A | 3C | 2E |
| Octal | 57 | 274 | 132 | 113 | 0 | 64 | 32 | 212 | 74 | 56 |
| Binary | 101111 | 10111100 | 1011010 | 1001011 | 0 | 110100 | 11010 | 10001010 | 111100 | 101110 |
Color Harmonies of #2FBC5A
Complementary color
Monochromatic Colors of #2FBC5A
Black with #2FBC5A
Text Example
Text Example
White with #2FBC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC5A; }
p { color: rgb(47,188,90); }
H1.HeaderClassName
{
color: #2FBC5A;
}
.AnyTagClassName
{
color: #2FBC5A;
}
</style>
background-color css
<style>
a { background-color: #2FBC5A; }
a { background-color: rgb(47,188,90); }
div.DivClassName
{
background-color: #2FBC5A;
}
.BgClassName
{
background-color: #2FBC5A;
}
</style>
border-color css
<style>
span { border-color: #2FBC5A; }
span { border-color: rgb(47,188,90); }
td.TdClassName
{
border-color: #2FBC5A;
}
.TagClassName
{
border-color: #2FBC5A;
}
</style>