Html Css Color HEX #2BF89D Medium Spring Green
📋 copy color: '#2BF89D'red 43 ◦ green 248 ◦ blue 157
Shades of Medium Spring Green #2BF89D
Tints of Medium Spring Green #2BF89D
RGB
CMYK
RGB Variations
Color information
#2BF89D (or 0x2BF89D) is known color: Medium Spring Green. HEX triplet: 2B, F8 and 9D. RGB value is (43,248,157). Sum of RGB (Red+Green+Blue) = 43+248+157=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 248 (97.27% from 255 or 55.36% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF89D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF89D is #D40762. Grayscale: #B0B0B0. Windows color (decimal): -13895523 or 10352683. OLE color: 10352683.
HSL color Cylindrical-coordinate representation of color #2BF89D: hue angle of 153.37º 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 #2BF89D is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 248 | 157 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.03 |
| HSL | 153.37º | 0.94% | 0.57% | - |
| HSV(B) | 153.37º | 0.83% | 0.97% | - |
| XYZ | 40.65 | 70.08 | 43.28 | - |
| YUV | 176.33 | 117.08 | 32.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 248 | 157 | 0.83 | 0 | 0.37 | 0.03 | 153.37 | 0.94 | 0.57 |
| Hex | 2B | F8 | 9D | 53 | 0 | 25 | 3 | 99 | 5E | 39 |
| Octal | 53 | 370 | 235 | 123 | 0 | 45 | 3 | 231 | 136 | 71 |
| Binary | 101011 | 11111000 | 10011101 | 1010011 | 0 | 100101 | 11 | 10011001 | 1011110 | 111001 |
Color Harmonies of #2BF89D
Complementary color
Monochromatic Colors of #2BF89D
Black with #2BF89D
Text Example
Text Example
White with #2BF89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF89D; }
p { color: rgb(43,248,157); }
H1.HeaderClassName
{
color: #2BF89D;
}
.AnyTagClassName
{
color: #2BF89D;
}
</style>
background-color css
<style>
a { background-color: #2BF89D; }
a { background-color: rgb(43,248,157); }
div.DivClassName
{
background-color: #2BF89D;
}
.BgClassName
{
background-color: #2BF89D;
}
</style>
border-color css
<style>
span { border-color: #2BF89D; }
span { border-color: rgb(43,248,157); }
td.TdClassName
{
border-color: #2BF89D;
}
.TagClassName
{
border-color: #2BF89D;
}
</style>