Html Css Color HEX #2BFA90 Medium Spring Green
📋 copy color: '#2BFA90'red 43 ◦ green 250 ◦ blue 144
Shades of Medium Spring Green #2BFA90
Tints of Medium Spring Green #2BFA90
RGB
CMYK
RGB Variations
Color information
#2BFA90 (or 0x2BFA90) is known color: Medium Spring Green. HEX triplet: 2B, FA and 90. RGB value is (43,250,144). Sum of RGB (Red+Green+Blue) = 43+250+144=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 250 (98.05% from 255 or 57.21% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFA90 is #D4056F. Grayscale: #B0B0B0. Windows color (decimal): -13895024 or 9501227. OLE color: 9501227.
HSL color Cylindrical-coordinate representation of color #2BFA90: hue angle of 149.28º 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 #2BFA90 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 144 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.02 |
| HSL | 149.28º | 0.95% | 0.57% | - |
| HSV(B) | 149.28º | 0.83% | 0.98% | - |
| XYZ | 40.22 | 70.9 | 37.95 | - |
| YUV | 176.02 | 109.92 | 33.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 144 | 0.83 | 0 | 0.42 | 0.02 | 149.28 | 0.95 | 0.57 |
| Hex | 2B | FA | 90 | 53 | 0 | 2A | 2 | 95 | 5F | 39 |
| Octal | 53 | 372 | 220 | 123 | 0 | 52 | 2 | 225 | 137 | 71 |
| Binary | 101011 | 11111010 | 10010000 | 1010011 | 0 | 101010 | 10 | 10010101 | 1011111 | 111001 |
Color Harmonies of #2BFA90
Complementary color
Monochromatic Colors of #2BFA90
Black with #2BFA90
Text Example
Text Example
White with #2BFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA90; }
p { color: rgb(43,250,144); }
H1.HeaderClassName
{
color: #2BFA90;
}
.AnyTagClassName
{
color: #2BFA90;
}
</style>
background-color css
<style>
a { background-color: #2BFA90; }
a { background-color: rgb(43,250,144); }
div.DivClassName
{
background-color: #2BFA90;
}
.BgClassName
{
background-color: #2BFA90;
}
</style>
border-color css
<style>
span { border-color: #2BFA90; }
span { border-color: rgb(43,250,144); }
td.TdClassName
{
border-color: #2BFA90;
}
.TagClassName
{
border-color: #2BFA90;
}
</style>