Html Css Color HEX #2BFA9E Medium Spring Green
📋 copy color: '#2BFA9E'red 43 ◦ green 250 ◦ blue 158
Shades of Medium Spring Green #2BFA9E
Tints of Medium Spring Green #2BFA9E
RGB
CMYK
RGB Variations
Color information
#2BFA9E (or 0x2BFA9E) is known color: Medium Spring Green. HEX triplet: 2B, FA and 9E. RGB value is (43,250,158). Sum of RGB (Red+Green+Blue) = 43+250+158=451 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.53% from 451); Green value is 250 (98.05% from 255 or 55.43% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFA9E is #D40561. Grayscale: #B1B1B1. Windows color (decimal): -13895010 or 10418731. OLE color: 10418731.
HSL color Cylindrical-coordinate representation of color #2BFA9E: hue angle of 153.33º 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 #2BFA9E is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 158 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.02 |
| HSL | 153.33º | 0.95% | 0.57% | - |
| HSV(B) | 153.33º | 0.83% | 0.98% | - |
| XYZ | 41.35 | 71.35 | 43.94 | - |
| YUV | 177.62 | 116.92 | 31.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 158 | 0.83 | 0 | 0.37 | 0.02 | 153.33 | 0.95 | 0.57 |
| Hex | 2B | FA | 9E | 53 | 0 | 25 | 2 | 99 | 5F | 39 |
| Octal | 53 | 372 | 236 | 123 | 0 | 45 | 2 | 231 | 137 | 71 |
| Binary | 101011 | 11111010 | 10011110 | 1010011 | 0 | 100101 | 10 | 10011001 | 1011111 | 111001 |
Color Harmonies of #2BFA9E
Complementary color
Monochromatic Colors of #2BFA9E
Black with #2BFA9E
Text Example
Text Example
White with #2BFA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA9E; }
p { color: rgb(43,250,158); }
H1.HeaderClassName
{
color: #2BFA9E;
}
.AnyTagClassName
{
color: #2BFA9E;
}
</style>
background-color css
<style>
a { background-color: #2BFA9E; }
a { background-color: rgb(43,250,158); }
div.DivClassName
{
background-color: #2BFA9E;
}
.BgClassName
{
background-color: #2BFA9E;
}
</style>
border-color css
<style>
span { border-color: #2BFA9E; }
span { border-color: rgb(43,250,158); }
td.TdClassName
{
border-color: #2BFA9E;
}
.TagClassName
{
border-color: #2BFA9E;
}
</style>