Html Css Color HEX #2CFFAC Medium Spring Green
📋 copy color: '#2CFFAC'red 44 ◦ green 255 ◦ blue 172
Shades of Medium Spring Green #2CFFAC
Tints of Medium Spring Green #2CFFAC
RGB
CMYK
RGB Variations
Color information
#2CFFAC (or 0x2CFFAC) is known color: Medium Spring Green. HEX triplet: 2C, FF and AC. RGB value is (44,255,172). Sum of RGB (Red+Green+Blue) = 44+255+172=471 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.34% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFFAC is #D30053. Grayscale: #B6B6B6. Windows color (decimal): -13828180 or 11337516. OLE color: 11337516.
HSL color Cylindrical-coordinate representation of color #2CFFAC: hue angle of 156.4º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFFAC is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 172 | - |
| CMYK | 0.83 | 0 | 0.33 | 0 |
| HSL | 156.4º | 1% | 0.59% | - |
| HSV(B) | 156.4º | 0.83% | 1% | - |
| XYZ | 44.25 | 75.03 | 51.18 | - |
| YUV | 182.45 | 122.1 | 29.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 172 | 0.83 | 0 | 0.33 | 0 | 156.4 | 1 | 0.59 |
| Hex | 2C | FF | AC | 53 | 0 | 21 | 0 | 9C | 64 | 3B |
| Octal | 54 | 377 | 254 | 123 | 0 | 41 | 0 | 234 | 144 | 73 |
| Binary | 101100 | 11111111 | 10101100 | 1010011 | 0 | 100001 | 0 | 10011100 | 1100100 | 111011 |
Color Harmonies of #2CFFAC
Complementary color
Monochromatic Colors of #2CFFAC
Black with #2CFFAC
Text Example
Text Example
White with #2CFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFAC; }
p { color: rgb(44,255,172); }
H1.HeaderClassName
{
color: #2CFFAC;
}
.AnyTagClassName
{
color: #2CFFAC;
}
</style>
background-color css
<style>
a { background-color: #2CFFAC; }
a { background-color: rgb(44,255,172); }
div.DivClassName
{
background-color: #2CFFAC;
}
.BgClassName
{
background-color: #2CFFAC;
}
</style>
border-color css
<style>
span { border-color: #2CFFAC; }
span { border-color: rgb(44,255,172); }
td.TdClassName
{
border-color: #2CFFAC;
}
.TagClassName
{
border-color: #2CFFAC;
}
</style>