Html Css Color HEX #2BFA9C Medium Spring Green
📋 copy color: '#2BFA9C'red 43 ◦ green 250 ◦ blue 156
Shades of Medium Spring Green #2BFA9C
Tints of Medium Spring Green #2BFA9C
RGB
CMYK
RGB Variations
Color information
#2BFA9C (or 0x2BFA9C) is known color: Medium Spring Green. HEX triplet: 2B, FA and 9C. RGB value is (43,250,156). Sum of RGB (Red+Green+Blue) = 43+250+156=449 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.58% from 449); Green value is 250 (98.05% from 255 or 55.68% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFA9C is #D40563. Grayscale: #B1B1B1. Windows color (decimal): -13895012 or 10287659. OLE color: 10287659.
HSL color Cylindrical-coordinate representation of color #2BFA9C: hue angle of 152.75º 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 #2BFA9C is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 156 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.02 |
| HSL | 152.75º | 0.95% | 0.57% | - |
| HSV(B) | 152.75º | 0.83% | 0.98% | - |
| XYZ | 41.18 | 71.29 | 43.04 | - |
| YUV | 177.39 | 115.92 | 32.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 156 | 0.83 | 0 | 0.38 | 0.02 | 152.75 | 0.95 | 0.57 |
| Hex | 2B | FA | 9C | 53 | 0 | 26 | 2 | 99 | 5F | 39 |
| Octal | 53 | 372 | 234 | 123 | 0 | 46 | 2 | 231 | 137 | 71 |
| Binary | 101011 | 11111010 | 10011100 | 1010011 | 0 | 100110 | 10 | 10011001 | 1011111 | 111001 |
Color Harmonies of #2BFA9C
Complementary color
Monochromatic Colors of #2BFA9C
Black with #2BFA9C
Text Example
Text Example
White with #2BFA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA9C; }
p { color: rgb(43,250,156); }
H1.HeaderClassName
{
color: #2BFA9C;
}
.AnyTagClassName
{
color: #2BFA9C;
}
</style>
background-color css
<style>
a { background-color: #2BFA9C; }
a { background-color: rgb(43,250,156); }
div.DivClassName
{
background-color: #2BFA9C;
}
.BgClassName
{
background-color: #2BFA9C;
}
</style>
border-color css
<style>
span { border-color: #2BFA9C; }
span { border-color: rgb(43,250,156); }
td.TdClassName
{
border-color: #2BFA9C;
}
.TagClassName
{
border-color: #2BFA9C;
}
</style>