Html Css Color HEX #2BFFB4 Medium Spring Green
📋 copy color: '#2BFFB4'red 43 ◦ green 255 ◦ blue 180
Shades of Medium Spring Green #2BFFB4
Tints of Medium Spring Green #2BFFB4
RGB
CMYK
RGB Variations
Color information
#2BFFB4 (or 0x2BFFB4) is known color: Medium Spring Green. HEX triplet: 2B, FF and B4. RGB value is (43,255,180). Sum of RGB (Red+Green+Blue) = 43+255+180=478 (63% of max value = 765). Red value is 43 (17.19% from 255 or 9.00% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 180 (70.70% from 255 or 37.66% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2BFFB4 is #D4004B. Grayscale: #B7B7B7. Windows color (decimal): -13893708 or 11861803. OLE color: 11861803.
HSL color Cylindrical-coordinate representation of color #2BFFB4: hue angle of 158.77º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFB4 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 180 | - |
| CMYK | 0.83 | 0 | 0.29 | 0 |
| HSL | 158.77º | 1% | 0.58% | - |
| HSV(B) | 158.77º | 0.83% | 1% | - |
| XYZ | 44.99 | 75.33 | 55.35 | - |
| YUV | 183.06 | 126.26 | 28.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 180 | 0.83 | 0 | 0.29 | 0 | 158.77 | 1 | 0.58 |
| Hex | 2B | FF | B4 | 53 | 0 | 1D | 0 | 9F | 64 | 3A |
| Octal | 53 | 377 | 264 | 123 | 0 | 35 | 0 | 237 | 144 | 72 |
| Binary | 101011 | 11111111 | 10110100 | 1010011 | 0 | 11101 | 0 | 10011111 | 1100100 | 111010 |
Color Harmonies of #2BFFB4
Complementary color
Monochromatic Colors of #2BFFB4
Black with #2BFFB4
Text Example
Text Example
White with #2BFFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFB4; }
p { color: rgb(43,255,180); }
H1.HeaderClassName
{
color: #2BFFB4;
}
.AnyTagClassName
{
color: #2BFFB4;
}
</style>
background-color css
<style>
a { background-color: #2BFFB4; }
a { background-color: rgb(43,255,180); }
div.DivClassName
{
background-color: #2BFFB4;
}
.BgClassName
{
background-color: #2BFFB4;
}
</style>
border-color css
<style>
span { border-color: #2BFFB4; }
span { border-color: rgb(43,255,180); }
td.TdClassName
{
border-color: #2BFFB4;
}
.TagClassName
{
border-color: #2BFFB4;
}
</style>