Html Css Color HEX #2CFCAE Medium Spring Green
📋 copy color: '#2CFCAE'red 44 ◦ green 252 ◦ blue 174
Shades of Medium Spring Green #2CFCAE
Tints of Medium Spring Green #2CFCAE
RGB
CMYK
RGB Variations
Color information
#2CFCAE (or 0x2CFCAE) is known color: Medium Spring Green. HEX triplet: 2C, FC and AE. RGB value is (44,252,174). Sum of RGB (Red+Green+Blue) = 44+252+174=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 252 (98.83% from 255 or 53.62% from 470); Blue value is 174 (68.36% from 255 or 37.02% from 470); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFCAE is #D30351. Grayscale: #B5B5B5. Windows color (decimal): -13828946 or 11467820. OLE color: 11467820.
HSL color Cylindrical-coordinate representation of color #2CFCAE: hue angle of 157.5º 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 #2CFCAE is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 174 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.01 |
| HSL | 157.5º | 0.97% | 0.58% | - |
| HSV(B) | 157.5º | 0.83% | 0.99% | - |
| XYZ | 43.49 | 73.21 | 51.88 | - |
| YUV | 180.92 | 124.09 | 30.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 174 | 0.83 | 0 | 0.31 | 0.01 | 157.5 | 0.97 | 0.58 |
| Hex | 2C | FC | AE | 53 | 0 | 1F | 1 | 9E | 61 | 3A |
| Octal | 54 | 374 | 256 | 123 | 0 | 37 | 1 | 236 | 141 | 72 |
| Binary | 101100 | 11111100 | 10101110 | 1010011 | 0 | 11111 | 1 | 10011110 | 1100001 | 111010 |
Color Harmonies of #2CFCAE
Complementary color
Monochromatic Colors of #2CFCAE
Black with #2CFCAE
Text Example
Text Example
White with #2CFCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCAE; }
p { color: rgb(44,252,174); }
H1.HeaderClassName
{
color: #2CFCAE;
}
.AnyTagClassName
{
color: #2CFCAE;
}
</style>
background-color css
<style>
a { background-color: #2CFCAE; }
a { background-color: rgb(44,252,174); }
div.DivClassName
{
background-color: #2CFCAE;
}
.BgClassName
{
background-color: #2CFCAE;
}
</style>
border-color css
<style>
span { border-color: #2CFCAE; }
span { border-color: rgb(44,252,174); }
td.TdClassName
{
border-color: #2CFCAE;
}
.TagClassName
{
border-color: #2CFCAE;
}
</style>