Html Css Color HEX #2BFA96 Medium Spring Green
📋 copy color: '#2BFA96'red 43 ◦ green 250 ◦ blue 150
Shades of Medium Spring Green #2BFA96
Tints of Medium Spring Green #2BFA96
RGB
CMYK
RGB Variations
Color information
#2BFA96 (or 0x2BFA96) is known color: Medium Spring Green. HEX triplet: 2B, FA and 96. RGB value is (43,250,150). Sum of RGB (Red+Green+Blue) = 43+250+150=443 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.71% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 150 (58.98% from 255 or 33.86% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFA96 is #D40569. Grayscale: #B0B0B0. Windows color (decimal): -13895018 or 9894443. OLE color: 9894443.
HSL color Cylindrical-coordinate representation of color #2BFA96: hue angle of 151.01º 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 #2BFA96 is Cyan = 0.83, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 150 | - |
| CMYK | 0.83 | 0 | 0.4 | 0.02 |
| HSL | 151.01º | 0.95% | 0.57% | - |
| HSV(B) | 151.01º | 0.83% | 0.98% | - |
| XYZ | 40.69 | 71.09 | 40.43 | - |
| YUV | 176.71 | 112.92 | 32.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 150 | 0.83 | 0 | 0.4 | 0.02 | 151.01 | 0.95 | 0.57 |
| Hex | 2B | FA | 96 | 53 | 0 | 28 | 2 | 97 | 5F | 39 |
| Octal | 53 | 372 | 226 | 123 | 0 | 50 | 2 | 227 | 137 | 71 |
| Binary | 101011 | 11111010 | 10010110 | 1010011 | 0 | 101000 | 10 | 10010111 | 1011111 | 111001 |
Color Harmonies of #2BFA96
Complementary color
Monochromatic Colors of #2BFA96
Black with #2BFA96
Text Example
Text Example
White with #2BFA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA96; }
p { color: rgb(43,250,150); }
H1.HeaderClassName
{
color: #2BFA96;
}
.AnyTagClassName
{
color: #2BFA96;
}
</style>
background-color css
<style>
a { background-color: #2BFA96; }
a { background-color: rgb(43,250,150); }
div.DivClassName
{
background-color: #2BFA96;
}
.BgClassName
{
background-color: #2BFA96;
}
</style>
border-color css
<style>
span { border-color: #2BFA96; }
span { border-color: rgb(43,250,150); }
td.TdClassName
{
border-color: #2BFA96;
}
.TagClassName
{
border-color: #2BFA96;
}
</style>