Html Css Color HEX #2BFA93 Medium Spring Green
📋 copy color: '#2BFA93'red 43 ◦ green 250 ◦ blue 147
Shades of Medium Spring Green #2BFA93
Tints of Medium Spring Green #2BFA93
RGB
CMYK
RGB Variations
Color information
#2BFA93 (or 0x2BFA93) is known color: Medium Spring Green. HEX triplet: 2B, FA and 93. RGB value is (43,250,147). Sum of RGB (Red+Green+Blue) = 43+250+147=440 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.77% from 440); Green value is 250 (98.05% from 255 or 56.82% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFA93 is #D4056C. Grayscale: #B0B0B0. Windows color (decimal): -13895021 or 9697835. OLE color: 9697835.
HSL color Cylindrical-coordinate representation of color #2BFA93: hue angle of 150.14º 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 #2BFA93 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 147 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.02 |
| HSL | 150.14º | 0.95% | 0.57% | - |
| HSV(B) | 150.14º | 0.83% | 0.98% | - |
| XYZ | 40.45 | 70.99 | 39.17 | - |
| YUV | 176.37 | 111.42 | 32.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 147 | 0.83 | 0 | 0.41 | 0.02 | 150.14 | 0.95 | 0.57 |
| Hex | 2B | FA | 93 | 53 | 0 | 29 | 2 | 96 | 5F | 39 |
| Octal | 53 | 372 | 223 | 123 | 0 | 51 | 2 | 226 | 137 | 71 |
| Binary | 101011 | 11111010 | 10010011 | 1010011 | 0 | 101001 | 10 | 10010110 | 1011111 | 111001 |
Color Harmonies of #2BFA93
Complementary color
Monochromatic Colors of #2BFA93
Black with #2BFA93
Text Example
Text Example
White with #2BFA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA93; }
p { color: rgb(43,250,147); }
H1.HeaderClassName
{
color: #2BFA93;
}
.AnyTagClassName
{
color: #2BFA93;
}
</style>
background-color css
<style>
a { background-color: #2BFA93; }
a { background-color: rgb(43,250,147); }
div.DivClassName
{
background-color: #2BFA93;
}
.BgClassName
{
background-color: #2BFA93;
}
</style>
border-color css
<style>
span { border-color: #2BFA93; }
span { border-color: rgb(43,250,147); }
td.TdClassName
{
border-color: #2BFA93;
}
.TagClassName
{
border-color: #2BFA93;
}
</style>