Html Css Color HEX #2BFBB0 Medium Spring Green
📋 copy color: '#2BFBB0'red 43 ◦ green 251 ◦ blue 176
Shades of Medium Spring Green #2BFBB0
Tints of Medium Spring Green #2BFBB0
RGB
CMYK
RGB Variations
Color information
#2BFBB0 (or 0x2BFBB0) is known color: Medium Spring Green. HEX triplet: 2B, FB and B0. RGB value is (43,251,176). Sum of RGB (Red+Green+Blue) = 43+251+176=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 251 (98.44% from 255 or 53.40% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFBB0 is #D4044F. Grayscale: #B4B4B4. Windows color (decimal): -13894736 or 11598635. OLE color: 11598635.
HSL color Cylindrical-coordinate representation of color #2BFBB0: hue angle of 158.37º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFBB0 is Cyan = 0.83, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 176 | - |
| CMYK | 0.83 | 0 | 0.30 | 0.02 |
| HSL | 158.37º | 0.96% | 0.58% | - |
| HSV(B) | 158.37º | 0.83% | 0.98% | - |
| XYZ | 43.33 | 72.64 | 52.81 | - |
| YUV | 180.26 | 125.59 | 30.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 176 | 0.83 | 0 | 0.30 | 0.02 | 158.37 | 0.96 | 0.58 |
| Hex | 2B | FB | B0 | 53 | 0 | 1E | 2 | 9E | 60 | 3A |
| Octal | 53 | 373 | 260 | 123 | 0 | 36 | 2 | 236 | 140 | 72 |
| Binary | 101011 | 11111011 | 10110000 | 1010011 | 0 | 11110 | 10 | 10011110 | 1100000 | 111010 |
Color Harmonies of #2BFBB0
Complementary color
Monochromatic Colors of #2BFBB0
Black with #2BFBB0
Text Example
Text Example
White with #2BFBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBB0; }
p { color: rgb(43,251,176); }
H1.HeaderClassName
{
color: #2BFBB0;
}
.AnyTagClassName
{
color: #2BFBB0;
}
</style>
background-color css
<style>
a { background-color: #2BFBB0; }
a { background-color: rgb(43,251,176); }
div.DivClassName
{
background-color: #2BFBB0;
}
.BgClassName
{
background-color: #2BFBB0;
}
</style>
border-color css
<style>
span { border-color: #2BFBB0; }
span { border-color: rgb(43,251,176); }
td.TdClassName
{
border-color: #2BFBB0;
}
.TagClassName
{
border-color: #2BFBB0;
}
</style>