Html Css Color HEX #2CFDAA Medium Spring Green
📋 copy color: '#2CFDAA'red 44 ◦ green 253 ◦ blue 170
Shades of Medium Spring Green #2CFDAA
Tints of Medium Spring Green #2CFDAA
RGB
CMYK
RGB Variations
Color information
#2CFDAA (or 0x2CFDAA) is known color: Medium Spring Green. HEX triplet: 2C, FD and AA. RGB value is (44,253,170). Sum of RGB (Red+Green+Blue) = 44+253+170=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #2CFDAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFDAA is #D30255. Grayscale: #B5B5B5. Windows color (decimal): -13828694 or 11205932. OLE color: 11205932.
HSL color Cylindrical-coordinate representation of color #2CFDAA: hue angle of 156.17º degrees, saturation: 0.98, 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 #2CFDAA is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 253 | 170 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.01 |
| HSL | 156.17º | 0.98% | 0.58% | - |
| HSV(B) | 156.17º | 0.83% | 0.99% | - |
| XYZ | 43.42 | 73.69 | 49.97 | - |
| YUV | 181.05 | 121.76 | 30.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 253 | 170 | 0.83 | 0 | 0.33 | 0.01 | 156.17 | 0.98 | 0.58 |
| Hex | 2C | FD | AA | 53 | 0 | 21 | 1 | 9C | 62 | 3A |
| Octal | 54 | 375 | 252 | 123 | 0 | 41 | 1 | 234 | 142 | 72 |
| Binary | 101100 | 11111101 | 10101010 | 1010011 | 0 | 100001 | 1 | 10011100 | 1100010 | 111010 |
Color Harmonies of #2CFDAA
Complementary color
Monochromatic Colors of #2CFDAA
Black with #2CFDAA
Text Example
Text Example
White with #2CFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFDAA; }
p { color: rgb(44,253,170); }
H1.HeaderClassName
{
color: #2CFDAA;
}
.AnyTagClassName
{
color: #2CFDAA;
}
</style>
background-color css
<style>
a { background-color: #2CFDAA; }
a { background-color: rgb(44,253,170); }
div.DivClassName
{
background-color: #2CFDAA;
}
.BgClassName
{
background-color: #2CFDAA;
}
</style>
border-color css
<style>
span { border-color: #2CFDAA; }
span { border-color: rgb(44,253,170); }
td.TdClassName
{
border-color: #2CFDAA;
}
.TagClassName
{
border-color: #2CFDAA;
}
</style>