Shades of Medium Sea Green #2FBC5D
Tints of Medium Sea Green #2FBC5D
RGB
CMYK
RGB Variations
Color information
#2FBC5D (or 0x2FBC5D) is known color: Medium Sea Green. HEX triplet: 2F, BC and 5D. RGB value is (47,188,93). Sum of RGB (Red+Green+Blue) = 47+188+93=328 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.33% from 328); Green value is 188 (73.83% from 255 or 57.32% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 188 - color contains mainly: green. Hex color #2FBC5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FBC5D is #D043A2. Grayscale: #878787. Windows color (decimal): -13648803 or 6143023. OLE color: 6143023.
HSL color Cylindrical-coordinate representation of color #2FBC5D: hue angle of 139.57º 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 #2FBC5D is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 188 | 93 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.26 |
| HSL | 139.57º | 0.6% | 0.46% | - |
| HSV(B) | 139.57º | 0.75% | 0.74% | - |
| XYZ | 21.13 | 37.36 | 16.45 | - |
| YUV | 135.01 | 104.29 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 188 | 93 | 0.75 | 0 | 0.51 | 0.26 | 139.57 | 0.6 | 0.46 |
| Hex | 2F | BC | 5D | 4B | 0 | 33 | 1A | 8C | 3C | 2E |
| Octal | 57 | 274 | 135 | 113 | 0 | 63 | 32 | 214 | 74 | 56 |
| Binary | 101111 | 10111100 | 1011101 | 1001011 | 0 | 110011 | 11010 | 10001100 | 111100 | 101110 |
Color Harmonies of #2FBC5D
Complementary color
Monochromatic Colors of #2FBC5D
Black with #2FBC5D
Text Example
Text Example
White with #2FBC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBC5D; }
p { color: rgb(47,188,93); }
H1.HeaderClassName
{
color: #2FBC5D;
}
.AnyTagClassName
{
color: #2FBC5D;
}
</style>
background-color css
<style>
a { background-color: #2FBC5D; }
a { background-color: rgb(47,188,93); }
div.DivClassName
{
background-color: #2FBC5D;
}
.BgClassName
{
background-color: #2FBC5D;
}
</style>
border-color css
<style>
span { border-color: #2FBC5D; }
span { border-color: rgb(47,188,93); }
td.TdClassName
{
border-color: #2FBC5D;
}
.TagClassName
{
border-color: #2FBC5D;
}
</style>