Html Css Color HEX #2BF89B Medium Spring Green
📋 copy color: '#2BF89B'red 43 ◦ green 248 ◦ blue 155
Shades of Medium Spring Green #2BF89B
Tints of Medium Spring Green #2BF89B
RGB
CMYK
RGB Variations
Color information
#2BF89B (or 0x2BF89B) is known color: Medium Spring Green. HEX triplet: 2B, F8 and 9B. RGB value is (43,248,155). Sum of RGB (Red+Green+Blue) = 43+248+155=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 248 (97.27% from 255 or 55.61% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF89B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF89B is #D40764. Grayscale: #B0B0B0. Windows color (decimal): -13895525 or 10221611. OLE color: 10221611.
HSL color Cylindrical-coordinate representation of color #2BF89B: hue angle of 152.78º 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 #2BF89B is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 248 | 155 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.03 |
| HSL | 152.78º | 0.94% | 0.57% | - |
| HSV(B) | 152.78º | 0.83% | 0.97% | - |
| XYZ | 40.48 | 70.01 | 42.39 | - |
| YUV | 176.1 | 116.08 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 248 | 155 | 0.83 | 0 | 0.38 | 0.03 | 152.78 | 0.94 | 0.57 |
| Hex | 2B | F8 | 9B | 53 | 0 | 26 | 3 | 99 | 5E | 39 |
| Octal | 53 | 370 | 233 | 123 | 0 | 46 | 3 | 231 | 136 | 71 |
| Binary | 101011 | 11111000 | 10011011 | 1010011 | 0 | 100110 | 11 | 10011001 | 1011110 | 111001 |
Color Harmonies of #2BF89B
Complementary color
Monochromatic Colors of #2BF89B
Black with #2BF89B
Text Example
Text Example
White with #2BF89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF89B; }
p { color: rgb(43,248,155); }
H1.HeaderClassName
{
color: #2BF89B;
}
.AnyTagClassName
{
color: #2BF89B;
}
</style>
background-color css
<style>
a { background-color: #2BF89B; }
a { background-color: rgb(43,248,155); }
div.DivClassName
{
background-color: #2BF89B;
}
.BgClassName
{
background-color: #2BF89B;
}
</style>
border-color css
<style>
span { border-color: #2BF89B; }
span { border-color: rgb(43,248,155); }
td.TdClassName
{
border-color: #2BF89B;
}
.TagClassName
{
border-color: #2BF89B;
}
</style>