Html Css Color HEX #2CFCAA Medium Spring Green
📋 copy color: '#2CFCAA'red 44 ◦ green 252 ◦ blue 170
Shades of Medium Spring Green #2CFCAA
Tints of Medium Spring Green #2CFCAA
RGB
CMYK
RGB Variations
Color information
#2CFCAA (or 0x2CFCAA) is known color: Medium Spring Green. HEX triplet: 2C, FC and AA. RGB value is (44,252,170). Sum of RGB (Red+Green+Blue) = 44+252+170=466 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.44% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFCAA is #D30355. Grayscale: #B4B4B4. Windows color (decimal): -13828950 or 11205676. OLE color: 11205676.
HSL color Cylindrical-coordinate representation of color #2CFCAA: hue angle of 156.35º 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 #2CFCAA is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 170 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.01 |
| HSL | 156.35º | 0.97% | 0.58% | - |
| HSV(B) | 156.35º | 0.83% | 0.99% | - |
| XYZ | 43.1 | 73.06 | 49.86 | - |
| YUV | 180.46 | 122.09 | 30.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 170 | 0.83 | 0 | 0.33 | 0.01 | 156.35 | 0.97 | 0.58 |
| Hex | 2C | FC | AA | 53 | 0 | 21 | 1 | 9C | 61 | 3A |
| Octal | 54 | 374 | 252 | 123 | 0 | 41 | 1 | 234 | 141 | 72 |
| Binary | 101100 | 11111100 | 10101010 | 1010011 | 0 | 100001 | 1 | 10011100 | 1100001 | 111010 |
Color Harmonies of #2CFCAA
Complementary color
Monochromatic Colors of #2CFCAA
Black with #2CFCAA
Text Example
Text Example
White with #2CFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCAA; }
p { color: rgb(44,252,170); }
H1.HeaderClassName
{
color: #2CFCAA;
}
.AnyTagClassName
{
color: #2CFCAA;
}
</style>
background-color css
<style>
a { background-color: #2CFCAA; }
a { background-color: rgb(44,252,170); }
div.DivClassName
{
background-color: #2CFCAA;
}
.BgClassName
{
background-color: #2CFCAA;
}
</style>
border-color css
<style>
span { border-color: #2CFCAA; }
span { border-color: rgb(44,252,170); }
td.TdClassName
{
border-color: #2CFCAA;
}
.TagClassName
{
border-color: #2CFCAA;
}
</style>