Html Css Color HEX #2FFFAF Medium Spring Green
📋 copy color: '#2FFFAF'red 47 ◦ green 255 ◦ blue 175
Shades of Medium Spring Green #2FFFAF
Tints of Medium Spring Green #2FFFAF
RGB
CMYK
RGB Variations
Color information
#2FFFAF (or 0x2FFFAF) is known color: Medium Spring Green. HEX triplet: 2F, FF and AF. RGB value is (47,255,175). Sum of RGB (Red+Green+Blue) = 47+255+175=477 (63% of max value = 765). Red value is 47 (18.75% from 255 or 9.85% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFFAF is #D00050. Grayscale: #B7B7B7. Windows color (decimal): -13631569 or 11534127. OLE color: 11534127.
HSL color Cylindrical-coordinate representation of color #2FFFAF: hue angle of 156.92º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFFAF is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 175 | - |
| CMYK | 0.82 | 0 | 0.31 | 0 |
| HSL | 156.92º | 1% | 0.59% | - |
| HSV(B) | 156.92º | 0.82% | 1% | - |
| XYZ | 44.67 | 75.22 | 52.72 | - |
| YUV | 183.69 | 123.09 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 175 | 0.82 | 0 | 0.31 | 0 | 156.92 | 1 | 0.59 |
| Hex | 2F | FF | AF | 52 | 0 | 1F | 0 | 9D | 64 | 3B |
| Octal | 57 | 377 | 257 | 122 | 0 | 37 | 0 | 235 | 144 | 73 |
| Binary | 101111 | 11111111 | 10101111 | 1010010 | 0 | 11111 | 0 | 10011101 | 1100100 | 111011 |
Color Harmonies of #2FFFAF
Complementary color
Monochromatic Colors of #2FFFAF
Black with #2FFFAF
Text Example
Text Example
White with #2FFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFFAF; }
p { color: rgb(47,255,175); }
H1.HeaderClassName
{
color: #2FFFAF;
}
.AnyTagClassName
{
color: #2FFFAF;
}
</style>
background-color css
<style>
a { background-color: #2FFFAF; }
a { background-color: rgb(47,255,175); }
div.DivClassName
{
background-color: #2FFFAF;
}
.BgClassName
{
background-color: #2FFFAF;
}
</style>
border-color css
<style>
span { border-color: #2FFFAF; }
span { border-color: rgb(47,255,175); }
td.TdClassName
{
border-color: #2FFFAF;
}
.TagClassName
{
border-color: #2FFFAF;
}
</style>