Html Css Color HEX #2BFA9D Medium Spring Green
📋 copy color: '#2BFA9D'red 43 ◦ green 250 ◦ blue 157
Shades of Medium Spring Green #2BFA9D
Tints of Medium Spring Green #2BFA9D
RGB
CMYK
RGB Variations
Color information
#2BFA9D (or 0x2BFA9D) is known color: Medium Spring Green. HEX triplet: 2B, FA and 9D. RGB value is (43,250,157). Sum of RGB (Red+Green+Blue) = 43+250+157=450 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.56% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA9D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFA9D is #D40562. Grayscale: #B1B1B1. Windows color (decimal): -13895011 or 10353195. OLE color: 10353195.
HSL color Cylindrical-coordinate representation of color #2BFA9D: hue angle of 153.04º 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 #2BFA9D is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 157 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.02 |
| HSL | 153.04º | 0.95% | 0.57% | - |
| HSV(B) | 153.04º | 0.83% | 0.98% | - |
| XYZ | 41.27 | 71.32 | 43.49 | - |
| YUV | 177.51 | 116.42 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 157 | 0.83 | 0 | 0.37 | 0.02 | 153.04 | 0.95 | 0.57 |
| Hex | 2B | FA | 9D | 53 | 0 | 25 | 2 | 99 | 5F | 39 |
| Octal | 53 | 372 | 235 | 123 | 0 | 45 | 2 | 231 | 137 | 71 |
| Binary | 101011 | 11111010 | 10011101 | 1010011 | 0 | 100101 | 10 | 10011001 | 1011111 | 111001 |
Color Harmonies of #2BFA9D
Complementary color
Monochromatic Colors of #2BFA9D
Black with #2BFA9D
Text Example
Text Example
White with #2BFA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA9D; }
p { color: rgb(43,250,157); }
H1.HeaderClassName
{
color: #2BFA9D;
}
.AnyTagClassName
{
color: #2BFA9D;
}
</style>
background-color css
<style>
a { background-color: #2BFA9D; }
a { background-color: rgb(43,250,157); }
div.DivClassName
{
background-color: #2BFA9D;
}
.BgClassName
{
background-color: #2BFA9D;
}
</style>
border-color css
<style>
span { border-color: #2BFA9D; }
span { border-color: rgb(43,250,157); }
td.TdClassName
{
border-color: #2BFA9D;
}
.TagClassName
{
border-color: #2BFA9D;
}
</style>