Html Css Color HEX #2CFFAF Medium Spring Green
📋 copy color: '#2CFFAF'red 44 ◦ green 255 ◦ blue 175
Shades of Medium Spring Green #2CFFAF
Tints of Medium Spring Green #2CFFAF
RGB
CMYK
RGB Variations
Color information
#2CFFAF (or 0x2CFFAF) is known color: Medium Spring Green. HEX triplet: 2C, FF and AF. RGB value is (44,255,175). Sum of RGB (Red+Green+Blue) = 44+255+175=474 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.28% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFFAF is #D30050. Grayscale: #B6B6B6. Windows color (decimal): -13828177 or 11534124. OLE color: 11534124.
HSL color Cylindrical-coordinate representation of color #2CFFAF: hue angle of 157.25º 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 #2CFFAF is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 175 | - |
| CMYK | 0.83 | 0 | 0.31 | 0 |
| HSL | 157.25º | 1% | 0.59% | - |
| HSV(B) | 157.25º | 0.83% | 1% | - |
| XYZ | 44.54 | 75.15 | 52.72 | - |
| YUV | 182.79 | 123.6 | 29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 175 | 0.83 | 0 | 0.31 | 0 | 157.25 | 1 | 0.59 |
| Hex | 2C | FF | AF | 53 | 0 | 1F | 0 | 9D | 64 | 3B |
| Octal | 54 | 377 | 257 | 123 | 0 | 37 | 0 | 235 | 144 | 73 |
| Binary | 101100 | 11111111 | 10101111 | 1010011 | 0 | 11111 | 0 | 10011101 | 1100100 | 111011 |
Color Harmonies of #2CFFAF
Complementary color
Monochromatic Colors of #2CFFAF
Black with #2CFFAF
Text Example
Text Example
White with #2CFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFAF; }
p { color: rgb(44,255,175); }
H1.HeaderClassName
{
color: #2CFFAF;
}
.AnyTagClassName
{
color: #2CFFAF;
}
</style>
background-color css
<style>
a { background-color: #2CFFAF; }
a { background-color: rgb(44,255,175); }
div.DivClassName
{
background-color: #2CFFAF;
}
.BgClassName
{
background-color: #2CFFAF;
}
</style>
border-color css
<style>
span { border-color: #2CFFAF; }
span { border-color: rgb(44,255,175); }
td.TdClassName
{
border-color: #2CFFAF;
}
.TagClassName
{
border-color: #2CFFAF;
}
</style>