Html Css Color HEX #2CFFAE Medium Spring Green
📋 copy color: '#2CFFAE'red 44 ◦ green 255 ◦ blue 174
Shades of Medium Spring Green #2CFFAE
Tints of Medium Spring Green #2CFFAE
RGB
CMYK
RGB Variations
Color information
#2CFFAE (or 0x2CFFAE) is known color: Medium Spring Green. HEX triplet: 2C, FF and AE. RGB value is (44,255,174). Sum of RGB (Red+Green+Blue) = 44+255+174=473 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.30% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFFAE is #D30051. Grayscale: #B6B6B6. Windows color (decimal): -13828178 or 11468588. OLE color: 11468588.
HSL color Cylindrical-coordinate representation of color #2CFFAE: hue angle of 156.97º 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 #2CFFAE is Cyan = 0.83, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 174 | - |
| CMYK | 0.83 | 0 | 0.32 | 0 |
| HSL | 156.97º | 1% | 0.59% | - |
| HSV(B) | 156.97º | 0.83% | 1% | - |
| XYZ | 44.44 | 75.11 | 52.2 | - |
| YUV | 182.68 | 123.1 | 29.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 174 | 0.83 | 0 | 0.32 | 0 | 156.97 | 1 | 0.59 |
| Hex | 2C | FF | AE | 53 | 0 | 20 | 0 | 9D | 64 | 3B |
| Octal | 54 | 377 | 256 | 123 | 0 | 40 | 0 | 235 | 144 | 73 |
| Binary | 101100 | 11111111 | 10101110 | 1010011 | 0 | 100000 | 0 | 10011101 | 1100100 | 111011 |
Color Harmonies of #2CFFAE
Complementary color
Monochromatic Colors of #2CFFAE
Black with #2CFFAE
Text Example
Text Example
White with #2CFFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFAE; }
p { color: rgb(44,255,174); }
H1.HeaderClassName
{
color: #2CFFAE;
}
.AnyTagClassName
{
color: #2CFFAE;
}
</style>
background-color css
<style>
a { background-color: #2CFFAE; }
a { background-color: rgb(44,255,174); }
div.DivClassName
{
background-color: #2CFFAE;
}
.BgClassName
{
background-color: #2CFFAE;
}
</style>
border-color css
<style>
span { border-color: #2CFFAE; }
span { border-color: rgb(44,255,174); }
td.TdClassName
{
border-color: #2CFFAE;
}
.TagClassName
{
border-color: #2CFFAE;
}
</style>