Html Css Color HEX #2FFBA5 Medium Spring Green
📋 copy color: '#2FFBA5'red 47 ◦ green 251 ◦ blue 165
Shades of Medium Spring Green #2FFBA5
Tints of Medium Spring Green #2FFBA5
RGB
CMYK
RGB Variations
Color information
#2FFBA5 (or 0x2FFBA5) is known color: Medium Spring Green. HEX triplet: 2F, FB and A5. RGB value is (47,251,165). Sum of RGB (Red+Green+Blue) = 47+251+165=463 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.15% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 165 (64.84% from 255 or 35.64% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFBA5 is #D0045A. Grayscale: #B4B4B4. Windows color (decimal): -13632603 or 10877743. OLE color: 10877743.
HSL color Cylindrical-coordinate representation of color #2FFBA5: hue angle of 154.71º 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 #2FFBA5 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 165 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.02 |
| HSL | 154.71º | 0.96% | 0.58% | - |
| HSV(B) | 154.71º | 0.81% | 0.98% | - |
| XYZ | 42.46 | 72.32 | 47.32 | - |
| YUV | 180.2 | 119.41 | 32.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 165 | 0.81 | 0 | 0.34 | 0.02 | 154.71 | 0.96 | 0.58 |
| Hex | 2F | FB | A5 | 51 | 0 | 22 | 2 | 9B | 60 | 3A |
| Octal | 57 | 373 | 245 | 121 | 0 | 42 | 2 | 233 | 140 | 72 |
| Binary | 101111 | 11111011 | 10100101 | 1010001 | 0 | 100010 | 10 | 10011011 | 1100000 | 111010 |
Color Harmonies of #2FFBA5
Complementary color
Monochromatic Colors of #2FFBA5
Black with #2FFBA5
Text Example
Text Example
White with #2FFBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBA5; }
p { color: rgb(47,251,165); }
H1.HeaderClassName
{
color: #2FFBA5;
}
.AnyTagClassName
{
color: #2FFBA5;
}
</style>
background-color css
<style>
a { background-color: #2FFBA5; }
a { background-color: rgb(47,251,165); }
div.DivClassName
{
background-color: #2FFBA5;
}
.BgClassName
{
background-color: #2FFBA5;
}
</style>
border-color css
<style>
span { border-color: #2FFBA5; }
span { border-color: rgb(47,251,165); }
td.TdClassName
{
border-color: #2FFBA5;
}
.TagClassName
{
border-color: #2FFBA5;
}
</style>