Html Css Color HEX #2BFBA3 Medium Spring Green
📋 copy color: '#2BFBA3'red 43 ◦ green 251 ◦ blue 163
Shades of Medium Spring Green #2BFBA3
Tints of Medium Spring Green #2BFBA3
RGB
CMYK
RGB Variations
Color information
#2BFBA3 (or 0x2BFBA3) is known color: Medium Spring Green. HEX triplet: 2B, FB and A3. RGB value is (43,251,163). Sum of RGB (Red+Green+Blue) = 43+251+163=457 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.41% from 457); Green value is 251 (98.44% from 255 or 54.92% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBA3 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFBA3 is #D4045C. Grayscale: #B2B2B2. Windows color (decimal): -13894749 or 10746667. OLE color: 10746667.
HSL color Cylindrical-coordinate representation of color #2BFBA3: hue angle of 154.62º 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 #2BFBA3 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 163 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.02 |
| HSL | 154.62º | 0.96% | 0.58% | - |
| HSV(B) | 154.62º | 0.83% | 0.98% | - |
| XYZ | 42.1 | 72.15 | 46.36 | - |
| YUV | 178.78 | 119.09 | 31.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 163 | 0.83 | 0 | 0.35 | 0.02 | 154.62 | 0.96 | 0.58 |
| Hex | 2B | FB | A3 | 53 | 0 | 23 | 2 | 9B | 60 | 3A |
| Octal | 53 | 373 | 243 | 123 | 0 | 43 | 2 | 233 | 140 | 72 |
| Binary | 101011 | 11111011 | 10100011 | 1010011 | 0 | 100011 | 10 | 10011011 | 1100000 | 111010 |
Color Harmonies of #2BFBA3
Complementary color
Monochromatic Colors of #2BFBA3
Black with #2BFBA3
Text Example
Text Example
White with #2BFBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBA3; }
p { color: rgb(43,251,163); }
H1.HeaderClassName
{
color: #2BFBA3;
}
.AnyTagClassName
{
color: #2BFBA3;
}
</style>
background-color css
<style>
a { background-color: #2BFBA3; }
a { background-color: rgb(43,251,163); }
div.DivClassName
{
background-color: #2BFBA3;
}
.BgClassName
{
background-color: #2BFBA3;
}
</style>
border-color css
<style>
span { border-color: #2BFBA3; }
span { border-color: rgb(43,251,163); }
td.TdClassName
{
border-color: #2BFBA3;
}
.TagClassName
{
border-color: #2BFBA3;
}
</style>