Html Css Color HEX #2FFDAC Medium Spring Green
📋 copy color: '#2FFDAC'red 47 ◦ green 253 ◦ blue 172
Shades of Medium Spring Green #2FFDAC
Tints of Medium Spring Green #2FFDAC
RGB
CMYK
RGB Variations
Color information
#2FFDAC (or 0x2FFDAC) is known color: Medium Spring Green. HEX triplet: 2F, FD and AC. RGB value is (47,253,172). Sum of RGB (Red+Green+Blue) = 47+253+172=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 253 (99.22% from 255 or 53.60% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFDAC is #D00253. Grayscale: #B6B6B6. Windows color (decimal): -13632084 or 11337007. OLE color: 11337007.
HSL color Cylindrical-coordinate representation of color #2FFDAC: hue angle of 156.41º 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 #2FFDAC is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 172 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.01 |
| HSL | 156.41º | 0.98% | 0.59% | - |
| HSV(B) | 156.41º | 0.81% | 0.99% | - |
| XYZ | 43.74 | 73.83 | 50.98 | - |
| YUV | 182.17 | 122.25 | 31.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 172 | 0.81 | 0 | 0.32 | 0.01 | 156.41 | 0.98 | 0.59 |
| Hex | 2F | FD | AC | 51 | 0 | 20 | 1 | 9C | 62 | 3B |
| Octal | 57 | 375 | 254 | 121 | 0 | 40 | 1 | 234 | 142 | 73 |
| Binary | 101111 | 11111101 | 10101100 | 1010001 | 0 | 100000 | 1 | 10011100 | 1100010 | 111011 |
Color Harmonies of #2FFDAC
Complementary color
Monochromatic Colors of #2FFDAC
Black with #2FFDAC
Text Example
Text Example
White with #2FFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDAC; }
p { color: rgb(47,253,172); }
H1.HeaderClassName
{
color: #2FFDAC;
}
.AnyTagClassName
{
color: #2FFDAC;
}
</style>
background-color css
<style>
a { background-color: #2FFDAC; }
a { background-color: rgb(47,253,172); }
div.DivClassName
{
background-color: #2FFDAC;
}
.BgClassName
{
background-color: #2FFDAC;
}
</style>
border-color css
<style>
span { border-color: #2FFDAC; }
span { border-color: rgb(47,253,172); }
td.TdClassName
{
border-color: #2FFDAC;
}
.TagClassName
{
border-color: #2FFDAC;
}
</style>