Html Css Color HEX #2CFCB0 Medium Spring Green
📋 copy color: '#2CFCB0'red 44 ◦ green 252 ◦ blue 176
Shades of Medium Spring Green #2CFCB0
Tints of Medium Spring Green #2CFCB0
RGB
CMYK
RGB Variations
Color information
#2CFCB0 (or 0x2CFCB0) is known color: Medium Spring Green. HEX triplet: 2C, FC and B0. RGB value is (44,252,176). Sum of RGB (Red+Green+Blue) = 44+252+176=472 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.32% from 472); Green value is 252 (98.83% from 255 or 53.39% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFCB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2CFCB0 is #D3034F. Grayscale: #B5B5B5. Windows color (decimal): -13828944 or 11598892. OLE color: 11598892.
HSL color Cylindrical-coordinate representation of color #2CFCB0: hue angle of 158.08º 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 #2CFCB0 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 176 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.01 |
| HSL | 158.08º | 0.97% | 0.58% | - |
| HSV(B) | 158.08º | 0.83% | 0.99% | - |
| XYZ | 43.69 | 73.29 | 52.92 | - |
| YUV | 181.14 | 125.09 | 30.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 176 | 0.83 | 0 | 0.30 | 0.01 | 158.08 | 0.97 | 0.58 |
| Hex | 2C | FC | B0 | 53 | 0 | 1E | 1 | 9E | 61 | 3A |
| Octal | 54 | 374 | 260 | 123 | 0 | 36 | 1 | 236 | 141 | 72 |
| Binary | 101100 | 11111100 | 10110000 | 1010011 | 0 | 11110 | 1 | 10011110 | 1100001 | 111010 |
Color Harmonies of #2CFCB0
Complementary color
Monochromatic Colors of #2CFCB0
Black with #2CFCB0
Text Example
Text Example
White with #2CFCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFCB0; }
p { color: rgb(44,252,176); }
H1.HeaderClassName
{
color: #2CFCB0;
}
.AnyTagClassName
{
color: #2CFCB0;
}
</style>
background-color css
<style>
a { background-color: #2CFCB0; }
a { background-color: rgb(44,252,176); }
div.DivClassName
{
background-color: #2CFCB0;
}
.BgClassName
{
background-color: #2CFCB0;
}
</style>
border-color css
<style>
span { border-color: #2CFCB0; }
span { border-color: rgb(44,252,176); }
td.TdClassName
{
border-color: #2CFCB0;
}
.TagClassName
{
border-color: #2CFCB0;
}
</style>