Html Css Color HEX #2BFA9B Medium Spring Green
📋 copy color: '#2BFA9B'red 43 ◦ green 250 ◦ blue 155
Shades of Medium Spring Green #2BFA9B
Tints of Medium Spring Green #2BFA9B
RGB
CMYK
RGB Variations
Color information
#2BFA9B (or 0x2BFA9B) is known color: Medium Spring Green. HEX triplet: 2B, FA and 9B. RGB value is (43,250,155). Sum of RGB (Red+Green+Blue) = 43+250+155=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFA9B is #D40564. Grayscale: #B1B1B1. Windows color (decimal): -13895013 or 10222123. OLE color: 10222123.
HSL color Cylindrical-coordinate representation of color #2BFA9B: hue angle of 152.46º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA9B is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 155 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.02 |
| HSL | 152.46º | 0.95% | 0.57% | - |
| HSV(B) | 152.46º | 0.83% | 0.98% | - |
| XYZ | 41.1 | 71.25 | 42.6 | - |
| YUV | 177.28 | 115.42 | 32.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 155 | 0.83 | 0 | 0.38 | 0.02 | 152.46 | 0.95 | 0.57 |
| Hex | 2B | FA | 9B | 53 | 0 | 26 | 2 | 98 | 5F | 39 |
| Octal | 53 | 372 | 233 | 123 | 0 | 46 | 2 | 230 | 137 | 71 |
| Binary | 101011 | 11111010 | 10011011 | 1010011 | 0 | 100110 | 10 | 10011000 | 1011111 | 111001 |
Color Harmonies of #2BFA9B
Complementary color
Monochromatic Colors of #2BFA9B
Black with #2BFA9B
Text Example
Text Example
White with #2BFA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA9B; }
p { color: rgb(43,250,155); }
H1.HeaderClassName
{
color: #2BFA9B;
}
.AnyTagClassName
{
color: #2BFA9B;
}
</style>
background-color css
<style>
a { background-color: #2BFA9B; }
a { background-color: rgb(43,250,155); }
div.DivClassName
{
background-color: #2BFA9B;
}
.BgClassName
{
background-color: #2BFA9B;
}
</style>
border-color css
<style>
span { border-color: #2BFA9B; }
span { border-color: rgb(43,250,155); }
td.TdClassName
{
border-color: #2BFA9B;
}
.TagClassName
{
border-color: #2BFA9B;
}
</style>