Html Css Color HEX #2CFBAC Medium Spring Green
📋 copy color: '#2CFBAC'red 44 ◦ green 251 ◦ blue 172
Shades of Medium Spring Green #2CFBAC
Tints of Medium Spring Green #2CFBAC
RGB
CMYK
RGB Variations
Color information
#2CFBAC (or 0x2CFBAC) is known color: Medium Spring Green. HEX triplet: 2C, FB and AC. RGB value is (44,251,172). Sum of RGB (Red+Green+Blue) = 44+251+172=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 251 (98.44% from 255 or 53.75% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFBAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFBAC is #D30453. Grayscale: #B4B4B4. Windows color (decimal): -13829204 or 11336492. OLE color: 11336492.
HSL color Cylindrical-coordinate representation of color #2CFBAC: hue angle of 157.1º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFBAC is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 172 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.02 |
| HSL | 157.1º | 0.96% | 0.58% | - |
| HSV(B) | 157.1º | 0.82% | 0.98% | - |
| XYZ | 42.98 | 72.51 | 50.76 | - |
| YUV | 180.1 | 123.42 | 30.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 172 | 0.82 | 0 | 0.31 | 0.02 | 157.1 | 0.96 | 0.58 |
| Hex | 2C | FB | AC | 52 | 0 | 1F | 2 | 9D | 60 | 3A |
| Octal | 54 | 373 | 254 | 122 | 0 | 37 | 2 | 235 | 140 | 72 |
| Binary | 101100 | 11111011 | 10101100 | 1010010 | 0 | 11111 | 10 | 10011101 | 1100000 | 111010 |
Color Harmonies of #2CFBAC
Complementary color
Monochromatic Colors of #2CFBAC
Black with #2CFBAC
Text Example
Text Example
White with #2CFBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFBAC; }
p { color: rgb(44,251,172); }
H1.HeaderClassName
{
color: #2CFBAC;
}
.AnyTagClassName
{
color: #2CFBAC;
}
</style>
background-color css
<style>
a { background-color: #2CFBAC; }
a { background-color: rgb(44,251,172); }
div.DivClassName
{
background-color: #2CFBAC;
}
.BgClassName
{
background-color: #2CFBAC;
}
</style>
border-color css
<style>
span { border-color: #2CFBAC; }
span { border-color: rgb(44,251,172); }
td.TdClassName
{
border-color: #2CFBAC;
}
.TagClassName
{
border-color: #2CFBAC;
}
</style>