Html Css Color HEX #2FFCAA Medium Spring Green
📋 copy color: '#2FFCAA'red 47 ◦ green 252 ◦ blue 170
Shades of Medium Spring Green #2FFCAA
Tints of Medium Spring Green #2FFCAA
RGB
CMYK
RGB Variations
Color information
#2FFCAA (or 0x2FFCAA) is known color: Medium Spring Green. HEX triplet: 2F, FC and AA. RGB value is (47,252,170). Sum of RGB (Red+Green+Blue) = 47+252+170=469 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10.02% from 469); Green value is 252 (98.83% from 255 or 53.73% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FFCAA is #D00355. Grayscale: #B5B5B5. Windows color (decimal): -13632342 or 11205679. OLE color: 11205679.
HSL color Cylindrical-coordinate representation of color #2FFCAA: hue angle of 156º 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 #2FFCAA is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 170 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.01 |
| HSL | 156º | 0.97% | 0.59% | - |
| HSV(B) | 156º | 0.81% | 0.99% | - |
| XYZ | 43.24 | 73.13 | 49.87 | - |
| YUV | 181.36 | 121.58 | 32.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 170 | 0.81 | 0 | 0.33 | 0.01 | 156 | 0.97 | 0.59 |
| Hex | 2F | FC | AA | 51 | 0 | 21 | 1 | 9C | 61 | 3B |
| Octal | 57 | 374 | 252 | 121 | 0 | 41 | 1 | 234 | 141 | 73 |
| Binary | 101111 | 11111100 | 10101010 | 1010001 | 0 | 100001 | 1 | 10011100 | 1100001 | 111011 |
Color Harmonies of #2FFCAA
Complementary color
Monochromatic Colors of #2FFCAA
Black with #2FFCAA
Text Example
Text Example
White with #2FFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCAA; }
p { color: rgb(47,252,170); }
H1.HeaderClassName
{
color: #2FFCAA;
}
.AnyTagClassName
{
color: #2FFCAA;
}
</style>
background-color css
<style>
a { background-color: #2FFCAA; }
a { background-color: rgb(47,252,170); }
div.DivClassName
{
background-color: #2FFCAA;
}
.BgClassName
{
background-color: #2FFCAA;
}
</style>
border-color css
<style>
span { border-color: #2FFCAA; }
span { border-color: rgb(47,252,170); }
td.TdClassName
{
border-color: #2FFCAA;
}
.TagClassName
{
border-color: #2FFCAA;
}
</style>