Html Css Color HEX #2CFCAC Medium Spring Green
📋 copy color: '#2CFCAC'red 44 ◦ green 252 ◦ blue 172
Shades of Medium Spring Green #2CFCAC
Tints of Medium Spring Green #2CFCAC
RGB
CMYK
RGB Variations
Color information
#2CFCAC (or 0x2CFCAC) is known color: Medium Spring Green. HEX triplet: 2C, FC and AC. RGB value is (44,252,172). Sum of RGB (Red+Green+Blue) = 44+252+172=468 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.40% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFCAC is #D30353. Grayscale: #B4B4B4. Windows color (decimal): -13828948 or 11336748. OLE color: 11336748.
HSL color Cylindrical-coordinate representation of color #2CFCAC: hue angle of 156.92º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFCAC is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 172 | - |
| CMYK | 0.83 | 0 | 0.32 | 0.01 |
| HSL | 156.92º | 0.97% | 0.58% | - |
| HSV(B) | 156.92º | 0.83% | 0.99% | - |
| XYZ | 43.3 | 73.13 | 50.86 | - |
| YUV | 180.69 | 123.09 | 30.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 172 | 0.83 | 0 | 0.32 | 0.01 | 156.92 | 0.97 | 0.58 |
| Hex | 2C | FC | AC | 53 | 0 | 20 | 1 | 9D | 61 | 3A |
| Octal | 54 | 374 | 254 | 123 | 0 | 40 | 1 | 235 | 141 | 72 |
| Binary | 101100 | 11111100 | 10101100 | 1010011 | 0 | 100000 | 1 | 10011101 | 1100001 | 111010 |
Color Harmonies of #2CFCAC
Complementary color
Monochromatic Colors of #2CFCAC
Black with #2CFCAC
Text Example
Text Example
White with #2CFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCAC; }
p { color: rgb(44,252,172); }
H1.HeaderClassName
{
color: #2CFCAC;
}
.AnyTagClassName
{
color: #2CFCAC;
}
</style>
background-color css
<style>
a { background-color: #2CFCAC; }
a { background-color: rgb(44,252,172); }
div.DivClassName
{
background-color: #2CFCAC;
}
.BgClassName
{
background-color: #2CFCAC;
}
</style>
border-color css
<style>
span { border-color: #2CFCAC; }
span { border-color: rgb(44,252,172); }
td.TdClassName
{
border-color: #2CFCAC;
}
.TagClassName
{
border-color: #2CFCAC;
}
</style>