Html Css Color HEX #2BF891 Medium Spring Green
📋 copy color: '#2BF891'red 43 ◦ green 248 ◦ blue 145
Shades of Medium Spring Green #2BF891
Tints of Medium Spring Green #2BF891
RGB
CMYK
RGB Variations
Color information
#2BF891 (or 0x2BF891) is known color: Medium Spring Green. HEX triplet: 2B, F8 and 91. RGB value is (43,248,145). Sum of RGB (Red+Green+Blue) = 43+248+145=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF891 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF891 is #D4076E. Grayscale: #AFAFAF. Windows color (decimal): -13895535 or 9566251. OLE color: 9566251.
HSL color Cylindrical-coordinate representation of color #2BF891: hue angle of 149.85º 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 #2BF891 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 248 | 145 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.03 |
| HSL | 149.85º | 0.94% | 0.57% | - |
| HSV(B) | 149.85º | 0.83% | 0.97% | - |
| XYZ | 39.67 | 69.69 | 38.15 | - |
| YUV | 174.96 | 111.08 | 33.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 248 | 145 | 0.83 | 0 | 0.42 | 0.03 | 149.85 | 0.94 | 0.57 |
| Hex | 2B | F8 | 91 | 53 | 0 | 2A | 3 | 96 | 5E | 39 |
| Octal | 53 | 370 | 221 | 123 | 0 | 52 | 3 | 226 | 136 | 71 |
| Binary | 101011 | 11111000 | 10010001 | 1010011 | 0 | 101010 | 11 | 10010110 | 1011110 | 111001 |
Color Harmonies of #2BF891
Complementary color
Monochromatic Colors of #2BF891
Black with #2BF891
Text Example
Text Example
White with #2BF891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF891; }
p { color: rgb(43,248,145); }
H1.HeaderClassName
{
color: #2BF891;
}
.AnyTagClassName
{
color: #2BF891;
}
</style>
background-color css
<style>
a { background-color: #2BF891; }
a { background-color: rgb(43,248,145); }
div.DivClassName
{
background-color: #2BF891;
}
.BgClassName
{
background-color: #2BF891;
}
</style>
border-color css
<style>
span { border-color: #2BF891; }
span { border-color: rgb(43,248,145); }
td.TdClassName
{
border-color: #2BF891;
}
.TagClassName
{
border-color: #2BF891;
}
</style>