Html Css Color HEX #2BFCAD Medium Spring Green
📋 copy color: '#2BFCAD'red 43 ◦ green 252 ◦ blue 173
Shades of Medium Spring Green #2BFCAD
Tints of Medium Spring Green #2BFCAD
RGB
CMYK
RGB Variations
Color information
#2BFCAD (or 0x2BFCAD) is known color: Medium Spring Green. HEX triplet: 2B, FC and AD. RGB value is (43,252,173). Sum of RGB (Red+Green+Blue) = 43+252+173=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 252 (98.83% from 255 or 53.85% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFCAD is #D40352. Grayscale: #B4B4B4. Windows color (decimal): -13894483 or 11402283. OLE color: 11402283.
HSL color Cylindrical-coordinate representation of color #2BFCAD: hue angle of 157.32º 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 #2BFCAD is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 173 | - |
| CMYK | 0.83 | 0 | 0.31 | 0.01 |
| HSL | 157.32º | 0.97% | 0.58% | - |
| HSV(B) | 157.32º | 0.83% | 0.99% | - |
| XYZ | 43.35 | 73.15 | 51.37 | - |
| YUV | 180.5 | 123.76 | 29.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 173 | 0.83 | 0 | 0.31 | 0.01 | 157.32 | 0.97 | 0.58 |
| Hex | 2B | FC | AD | 53 | 0 | 1F | 1 | 9D | 61 | 3A |
| Octal | 53 | 374 | 255 | 123 | 0 | 37 | 1 | 235 | 141 | 72 |
| Binary | 101011 | 11111100 | 10101101 | 1010011 | 0 | 11111 | 1 | 10011101 | 1100001 | 111010 |
Color Harmonies of #2BFCAD
Complementary color
Monochromatic Colors of #2BFCAD
Black with #2BFCAD
Text Example
Text Example
White with #2BFCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCAD; }
p { color: rgb(43,252,173); }
H1.HeaderClassName
{
color: #2BFCAD;
}
.AnyTagClassName
{
color: #2BFCAD;
}
</style>
background-color css
<style>
a { background-color: #2BFCAD; }
a { background-color: rgb(43,252,173); }
div.DivClassName
{
background-color: #2BFCAD;
}
.BgClassName
{
background-color: #2BFCAD;
}
</style>
border-color css
<style>
span { border-color: #2BFCAD; }
span { border-color: rgb(43,252,173); }
td.TdClassName
{
border-color: #2BFCAD;
}
.TagClassName
{
border-color: #2BFCAD;
}
</style>