Html Css Color HEX #2FFDAF Medium Spring Green
📋 copy color: '#2FFDAF'red 47 ◦ green 253 ◦ blue 175
Shades of Medium Spring Green #2FFDAF
Tints of Medium Spring Green #2FFDAF
RGB
CMYK
RGB Variations
Color information
#2FFDAF (or 0x2FFDAF) is known color: Medium Spring Green. HEX triplet: 2F, FD and AF. RGB value is (47,253,175). Sum of RGB (Red+Green+Blue) = 47+253+175=475 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.89% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFDAF is #D00250. Grayscale: #B6B6B6. Windows color (decimal): -13632081 or 11533615. OLE color: 11533615.
HSL color Cylindrical-coordinate representation of color #2FFDAF: hue angle of 157.28º degrees, saturation: 0.98, 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 #2FFDAF is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 175 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.01 |
| HSL | 157.28º | 0.98% | 0.59% | - |
| HSV(B) | 157.28º | 0.81% | 0.99% | - |
| XYZ | 44.04 | 73.95 | 52.51 | - |
| YUV | 182.51 | 123.75 | 31.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 175 | 0.81 | 0 | 0.31 | 0.01 | 157.28 | 0.98 | 0.59 |
| Hex | 2F | FD | AF | 51 | 0 | 1F | 1 | 9D | 62 | 3B |
| Octal | 57 | 375 | 257 | 121 | 0 | 37 | 1 | 235 | 142 | 73 |
| Binary | 101111 | 11111101 | 10101111 | 1010001 | 0 | 11111 | 1 | 10011101 | 1100010 | 111011 |
Color Harmonies of #2FFDAF
Complementary color
Monochromatic Colors of #2FFDAF
Black with #2FFDAF
Text Example
Text Example
White with #2FFDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDAF; }
p { color: rgb(47,253,175); }
H1.HeaderClassName
{
color: #2FFDAF;
}
.AnyTagClassName
{
color: #2FFDAF;
}
</style>
background-color css
<style>
a { background-color: #2FFDAF; }
a { background-color: rgb(47,253,175); }
div.DivClassName
{
background-color: #2FFDAF;
}
.BgClassName
{
background-color: #2FFDAF;
}
</style>
border-color css
<style>
span { border-color: #2FFDAF; }
span { border-color: rgb(47,253,175); }
td.TdClassName
{
border-color: #2FFDAF;
}
.TagClassName
{
border-color: #2FFDAF;
}
</style>