Html Css Color HEX #2BF890 Medium Spring Green
📋 copy color: '#2BF890'red 43 ◦ green 248 ◦ blue 144
Shades of Medium Spring Green #2BF890
Tints of Medium Spring Green #2BF890
RGB
CMYK
RGB Variations
Color information
#2BF890 (or 0x2BF890) is known color: Medium Spring Green. HEX triplet: 2B, F8 and 90. RGB value is (43,248,144). Sum of RGB (Red+Green+Blue) = 43+248+144=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 248 (97.27% from 255 or 57.01% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF890 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF890 is #D4076F. Grayscale: #AFAFAF. Windows color (decimal): -13895536 or 9500715. OLE color: 9500715.
HSL color Cylindrical-coordinate representation of color #2BF890: hue angle of 149.56º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF890 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 248 | 144 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.03 |
| HSL | 149.56º | 0.94% | 0.57% | - |
| HSV(B) | 149.56º | 0.83% | 0.97% | - |
| XYZ | 39.6 | 69.66 | 37.74 | - |
| YUV | 174.85 | 110.58 | 33.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 248 | 144 | 0.83 | 0 | 0.42 | 0.03 | 149.56 | 0.94 | 0.57 |
| Hex | 2B | F8 | 90 | 53 | 0 | 2A | 3 | 96 | 5E | 39 |
| Octal | 53 | 370 | 220 | 123 | 0 | 52 | 3 | 226 | 136 | 71 |
| Binary | 101011 | 11111000 | 10010000 | 1010011 | 0 | 101010 | 11 | 10010110 | 1011110 | 111001 |
Color Harmonies of #2BF890
Complementary color
Monochromatic Colors of #2BF890
Black with #2BF890
Text Example
Text Example
White with #2BF890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF890; }
p { color: rgb(43,248,144); }
H1.HeaderClassName
{
color: #2BF890;
}
.AnyTagClassName
{
color: #2BF890;
}
</style>
background-color css
<style>
a { background-color: #2BF890; }
a { background-color: rgb(43,248,144); }
div.DivClassName
{
background-color: #2BF890;
}
.BgClassName
{
background-color: #2BF890;
}
</style>
border-color css
<style>
span { border-color: #2BF890; }
span { border-color: rgb(43,248,144); }
td.TdClassName
{
border-color: #2BF890;
}
.TagClassName
{
border-color: #2BF890;
}
</style>