Html Css Color HEX #2BFF95 Medium Spring Green
📋 copy color: '#2BFF95'red 43 ◦ green 255 ◦ blue 149
Shades of Medium Spring Green #2BFF95
Tints of Medium Spring Green #2BFF95
RGB
CMYK
RGB Variations
Color information
#2BFF95 (or 0x2BFF95) is known color: Medium Spring Green. HEX triplet: 2B, FF and 95. RGB value is (43,255,149). Sum of RGB (Red+Green+Blue) = 43+255+149=447 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.62% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFF95 is #D4006A. Grayscale: #B3B3B3. Windows color (decimal): -13893739 or 9830187. OLE color: 9830187.
HSL color Cylindrical-coordinate representation of color #2BFF95: hue angle of 150º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF95 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 149 | - |
| CMYK | 0.83 | 0 | 0.42 | 0 |
| HSL | 150º | 1% | 0.58% | - |
| HSV(B) | 150º | 0.83% | 1% | - |
| XYZ | 42.18 | 74.2 | 40.53 | - |
| YUV | 179.53 | 110.76 | 30.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 149 | 0.83 | 0 | 0.42 | 0 | 150 | 1 | 0.58 |
| Hex | 2B | FF | 95 | 53 | 0 | 2A | 0 | 96 | 64 | 3A |
| Octal | 53 | 377 | 225 | 123 | 0 | 52 | 0 | 226 | 144 | 72 |
| Binary | 101011 | 11111111 | 10010101 | 1010011 | 0 | 101010 | 0 | 10010110 | 1100100 | 111010 |
Color Harmonies of #2BFF95
Complementary color
Monochromatic Colors of #2BFF95
Black with #2BFF95
Text Example
Text Example
White with #2BFF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF95; }
p { color: rgb(43,255,149); }
H1.HeaderClassName
{
color: #2BFF95;
}
.AnyTagClassName
{
color: #2BFF95;
}
</style>
background-color css
<style>
a { background-color: #2BFF95; }
a { background-color: rgb(43,255,149); }
div.DivClassName
{
background-color: #2BFF95;
}
.BgClassName
{
background-color: #2BFF95;
}
</style>
border-color css
<style>
span { border-color: #2BFF95; }
span { border-color: rgb(43,255,149); }
td.TdClassName
{
border-color: #2BFF95;
}
.TagClassName
{
border-color: #2BFF95;
}
</style>