Html Css Color HEX #2CFFAB Medium Spring Green
📋 copy color: '#2CFFAB'red 44 ◦ green 255 ◦ blue 171
Shades of Medium Spring Green #2CFFAB
Tints of Medium Spring Green #2CFFAB
RGB
CMYK
RGB Variations
Color information
#2CFFAB (or 0x2CFFAB) is known color: Medium Spring Green. HEX triplet: 2C, FF and AB. RGB value is (44,255,171). Sum of RGB (Red+Green+Blue) = 44+255+171=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFFAB is #D30054. Grayscale: #B6B6B6. Windows color (decimal): -13828181 or 11271980. OLE color: 11271980.
HSL color Cylindrical-coordinate representation of color #2CFFAB: hue angle of 156.11º 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 #2CFFAB is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 171 | - |
| CMYK | 0.83 | 0 | 0.33 | 0 |
| HSL | 156.11º | 1% | 0.59% | - |
| HSV(B) | 156.11º | 0.83% | 1% | - |
| XYZ | 44.15 | 75 | 50.68 | - |
| YUV | 182.34 | 121.6 | 29.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 171 | 0.83 | 0 | 0.33 | 0 | 156.11 | 1 | 0.59 |
| Hex | 2C | FF | AB | 53 | 0 | 21 | 0 | 9C | 64 | 3B |
| Octal | 54 | 377 | 253 | 123 | 0 | 41 | 0 | 234 | 144 | 73 |
| Binary | 101100 | 11111111 | 10101011 | 1010011 | 0 | 100001 | 0 | 10011100 | 1100100 | 111011 |
Color Harmonies of #2CFFAB
Complementary color
Monochromatic Colors of #2CFFAB
Black with #2CFFAB
Text Example
Text Example
White with #2CFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFFAB; }
p { color: rgb(44,255,171); }
H1.HeaderClassName
{
color: #2CFFAB;
}
.AnyTagClassName
{
color: #2CFFAB;
}
</style>
background-color css
<style>
a { background-color: #2CFFAB; }
a { background-color: rgb(44,255,171); }
div.DivClassName
{
background-color: #2CFFAB;
}
.BgClassName
{
background-color: #2CFFAB;
}
</style>
border-color css
<style>
span { border-color: #2CFFAB; }
span { border-color: rgb(44,255,171); }
td.TdClassName
{
border-color: #2CFFAB;
}
.TagClassName
{
border-color: #2CFFAB;
}
</style>