Html Css Color HEX #2BFCA0 Medium Spring Green
📋 copy color: '#2BFCA0'red 43 ◦ green 252 ◦ blue 160
Shades of Medium Spring Green #2BFCA0
Tints of Medium Spring Green #2BFCA0
RGB
CMYK
RGB Variations
Color information
#2BFCA0 (or 0x2BFCA0) is known color: Medium Spring Green. HEX triplet: 2B, FC and A0. RGB value is (43,252,160). Sum of RGB (Red+Green+Blue) = 43+252+160=455 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.45% from 455); Green value is 252 (98.83% from 255 or 55.38% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFCA0 is #D4035F. Grayscale: #B3B3B3. Windows color (decimal): -13894496 or 10550315. OLE color: 10550315.
HSL color Cylindrical-coordinate representation of color #2BFCA0: hue angle of 153.59º 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 #2BFCA0 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 160 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.01 |
| HSL | 153.59º | 0.97% | 0.58% | - |
| HSV(B) | 153.59º | 0.83% | 0.99% | - |
| XYZ | 42.15 | 72.67 | 45.06 | - |
| YUV | 179.02 | 117.26 | 30.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 160 | 0.83 | 0 | 0.37 | 0.01 | 153.59 | 0.97 | 0.58 |
| Hex | 2B | FC | A0 | 53 | 0 | 25 | 1 | 9A | 61 | 3A |
| Octal | 53 | 374 | 240 | 123 | 0 | 45 | 1 | 232 | 141 | 72 |
| Binary | 101011 | 11111100 | 10100000 | 1010011 | 0 | 100101 | 1 | 10011010 | 1100001 | 111010 |
Color Harmonies of #2BFCA0
Complementary color
Monochromatic Colors of #2BFCA0
Black with #2BFCA0
Text Example
Text Example
White with #2BFCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCA0; }
p { color: rgb(43,252,160); }
H1.HeaderClassName
{
color: #2BFCA0;
}
.AnyTagClassName
{
color: #2BFCA0;
}
</style>
background-color css
<style>
a { background-color: #2BFCA0; }
a { background-color: rgb(43,252,160); }
div.DivClassName
{
background-color: #2BFCA0;
}
.BgClassName
{
background-color: #2BFCA0;
}
</style>
border-color css
<style>
span { border-color: #2BFCA0; }
span { border-color: rgb(43,252,160); }
td.TdClassName
{
border-color: #2BFCA0;
}
.TagClassName
{
border-color: #2BFCA0;
}
</style>