Html Css Color HEX #2FFCAF Medium Spring Green
📋 copy color: '#2FFCAF'red 47 ◦ green 252 ◦ blue 175
Shades of Medium Spring Green #2FFCAF
Tints of Medium Spring Green #2FFCAF
RGB
CMYK
RGB Variations
Color information
#2FFCAF (or 0x2FFCAF) is known color: Medium Spring Green. HEX triplet: 2F, FC and AF. RGB value is (47,252,175). Sum of RGB (Red+Green+Blue) = 47+252+175=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 252 (98.83% from 255 or 53.16% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFCAF is #D00350. Grayscale: #B6B6B6. Windows color (decimal): -13632337 or 11533359. OLE color: 11533359.
HSL color Cylindrical-coordinate representation of color #2FFCAF: hue angle of 157.46º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFCAF is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 175 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.01 |
| HSL | 157.46º | 0.97% | 0.59% | - |
| HSV(B) | 157.46º | 0.81% | 0.99% | - |
| XYZ | 43.72 | 73.32 | 52.41 | - |
| YUV | 181.93 | 124.08 | 31.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 175 | 0.81 | 0 | 0.31 | 0.01 | 157.46 | 0.97 | 0.59 |
| Hex | 2F | FC | AF | 51 | 0 | 1F | 1 | 9D | 61 | 3B |
| Octal | 57 | 374 | 257 | 121 | 0 | 37 | 1 | 235 | 141 | 73 |
| Binary | 101111 | 11111100 | 10101111 | 1010001 | 0 | 11111 | 1 | 10011101 | 1100001 | 111011 |
Color Harmonies of #2FFCAF
Complementary color
Monochromatic Colors of #2FFCAF
Black with #2FFCAF
Text Example
Text Example
White with #2FFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCAF; }
p { color: rgb(47,252,175); }
H1.HeaderClassName
{
color: #2FFCAF;
}
.AnyTagClassName
{
color: #2FFCAF;
}
</style>
background-color css
<style>
a { background-color: #2FFCAF; }
a { background-color: rgb(47,252,175); }
div.DivClassName
{
background-color: #2FFCAF;
}
.BgClassName
{
background-color: #2FFCAF;
}
</style>
border-color css
<style>
span { border-color: #2FFCAF; }
span { border-color: rgb(47,252,175); }
td.TdClassName
{
border-color: #2FFCAF;
}
.TagClassName
{
border-color: #2FFCAF;
}
</style>