Html Css Color HEX #2BFDB1 Medium Spring Green
📋 copy color: '#2BFDB1'red 43 ◦ green 253 ◦ blue 177
Shades of Medium Spring Green #2BFDB1
Tints of Medium Spring Green #2BFDB1
RGB
CMYK
RGB Variations
Color information
#2BFDB1 (or 0x2BFDB1) is known color: Medium Spring Green. HEX triplet: 2B, FD and B1. RGB value is (43,253,177). Sum of RGB (Red+Green+Blue) = 43+253+177=473 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.09% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFDB1 is #D4024E. Grayscale: #B5B5B5. Windows color (decimal): -13894223 or 11664683. OLE color: 11664683.
HSL color Cylindrical-coordinate representation of color #2BFDB1: hue angle of 158.29º degrees, saturation: 0.98, 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 #2BFDB1 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 177 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.01 |
| HSL | 158.29º | 0.98% | 0.58% | - |
| HSV(B) | 158.29º | 0.83% | 0.99% | - |
| XYZ | 44.06 | 73.94 | 53.54 | - |
| YUV | 181.55 | 125.43 | 29.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 177 | 0.83 | 0 | 0.30 | 0.01 | 158.29 | 0.98 | 0.58 |
| Hex | 2B | FD | B1 | 53 | 0 | 1E | 1 | 9E | 62 | 3A |
| Octal | 53 | 375 | 261 | 123 | 0 | 36 | 1 | 236 | 142 | 72 |
| Binary | 101011 | 11111101 | 10110001 | 1010011 | 0 | 11110 | 1 | 10011110 | 1100010 | 111010 |
Color Harmonies of #2BFDB1
Complementary color
Monochromatic Colors of #2BFDB1
Black with #2BFDB1
Text Example
Text Example
White with #2BFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFDB1; }
p { color: rgb(43,253,177); }
H1.HeaderClassName
{
color: #2BFDB1;
}
.AnyTagClassName
{
color: #2BFDB1;
}
</style>
background-color css
<style>
a { background-color: #2BFDB1; }
a { background-color: rgb(43,253,177); }
div.DivClassName
{
background-color: #2BFDB1;
}
.BgClassName
{
background-color: #2BFDB1;
}
</style>
border-color css
<style>
span { border-color: #2BFDB1; }
span { border-color: rgb(43,253,177); }
td.TdClassName
{
border-color: #2BFDB1;
}
.TagClassName
{
border-color: #2BFDB1;
}
</style>