Html Css Color HEX #2FFBA6 Medium Spring Green
📋 copy color: '#2FFBA6'red 47 ◦ green 251 ◦ blue 166
Shades of Medium Spring Green #2FFBA6
Tints of Medium Spring Green #2FFBA6
RGB
CMYK
RGB Variations
Color information
#2FFBA6 (or 0x2FFBA6) is known color: Medium Spring Green. HEX triplet: 2F, FB and A6. RGB value is (47,251,166). Sum of RGB (Red+Green+Blue) = 47+251+166=464 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.13% from 464); Green value is 251 (98.44% from 255 or 54.09% from 464); Blue value is 166 (65.23% from 255 or 35.78% from 464); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFBA6 is #D00459. Grayscale: #B4B4B4. Windows color (decimal): -13632602 or 10943279. OLE color: 10943279.
HSL color Cylindrical-coordinate representation of color #2FFBA6: hue angle of 155º degrees, saturation: 0.96, 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 #2FFBA6 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 166 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.02 |
| HSL | 155º | 0.96% | 0.58% | - |
| HSV(B) | 155º | 0.81% | 0.98% | - |
| XYZ | 42.55 | 72.35 | 47.8 | - |
| YUV | 180.31 | 119.91 | 32.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 166 | 0.81 | 0 | 0.34 | 0.02 | 155 | 0.96 | 0.58 |
| Hex | 2F | FB | A6 | 51 | 0 | 22 | 2 | 9B | 60 | 3A |
| Octal | 57 | 373 | 246 | 121 | 0 | 42 | 2 | 233 | 140 | 72 |
| Binary | 101111 | 11111011 | 10100110 | 1010001 | 0 | 100010 | 10 | 10011011 | 1100000 | 111010 |
Color Harmonies of #2FFBA6
Complementary color
Monochromatic Colors of #2FFBA6
Black with #2FFBA6
Text Example
Text Example
White with #2FFBA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBA6; }
p { color: rgb(47,251,166); }
H1.HeaderClassName
{
color: #2FFBA6;
}
.AnyTagClassName
{
color: #2FFBA6;
}
</style>
background-color css
<style>
a { background-color: #2FFBA6; }
a { background-color: rgb(47,251,166); }
div.DivClassName
{
background-color: #2FFBA6;
}
.BgClassName
{
background-color: #2FFBA6;
}
</style>
border-color css
<style>
span { border-color: #2FFBA6; }
span { border-color: rgb(47,251,166); }
td.TdClassName
{
border-color: #2FFBA6;
}
.TagClassName
{
border-color: #2FFBA6;
}
</style>