Html Css Color HEX #2FFA8F Medium Spring Green
📋 copy color: '#2FFA8F'red 47 ◦ green 250 ◦ blue 143
Shades of Medium Spring Green #2FFA8F
Tints of Medium Spring Green #2FFA8F
RGB
CMYK
RGB Variations
Color information
#2FFA8F (or 0x2FFA8F) is known color: Medium Spring Green. HEX triplet: 2F, FA and 8F. RGB value is (47,250,143). Sum of RGB (Red+Green+Blue) = 47+250+143=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 250 (98.05% from 255 or 56.82% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFA8F is #D00570. Grayscale: #B1B1B1. Windows color (decimal): -13632881 or 9435695. OLE color: 9435695.
HSL color Cylindrical-coordinate representation of color #2FFA8F: hue angle of 148.37º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA8F is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 143 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.02 |
| HSL | 148.37º | 0.95% | 0.58% | - |
| HSV(B) | 148.37º | 0.81% | 0.98% | - |
| XYZ | 40.32 | 70.96 | 37.56 | - |
| YUV | 177.11 | 108.75 | 35.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 143 | 0.81 | 0 | 0.43 | 0.02 | 148.37 | 0.95 | 0.58 |
| Hex | 2F | FA | 8F | 51 | 0 | 2B | 2 | 94 | 5F | 3A |
| Octal | 57 | 372 | 217 | 121 | 0 | 53 | 2 | 224 | 137 | 72 |
| Binary | 101111 | 11111010 | 10001111 | 1010001 | 0 | 101011 | 10 | 10010100 | 1011111 | 111010 |
Color Harmonies of #2FFA8F
Complementary color
Monochromatic Colors of #2FFA8F
Black with #2FFA8F
Text Example
Text Example
White with #2FFA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA8F; }
p { color: rgb(47,250,143); }
H1.HeaderClassName
{
color: #2FFA8F;
}
.AnyTagClassName
{
color: #2FFA8F;
}
</style>
background-color css
<style>
a { background-color: #2FFA8F; }
a { background-color: rgb(47,250,143); }
div.DivClassName
{
background-color: #2FFA8F;
}
.BgClassName
{
background-color: #2FFA8F;
}
</style>
border-color css
<style>
span { border-color: #2FFA8F; }
span { border-color: rgb(47,250,143); }
td.TdClassName
{
border-color: #2FFA8F;
}
.TagClassName
{
border-color: #2FFA8F;
}
</style>