Html Css Color HEX #2BFF9B Medium Spring Green
📋 copy color: '#2BFF9B'red 43 ◦ green 255 ◦ blue 155
Shades of Medium Spring Green #2BFF9B
Tints of Medium Spring Green #2BFF9B
RGB
CMYK
RGB Variations
Color information
#2BFF9B (or 0x2BFF9B) is known color: Medium Spring Green. HEX triplet: 2B, FF and 9B. RGB value is (43,255,155). Sum of RGB (Red+Green+Blue) = 43+255+155=453 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.49% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFF9B is #D40064. Grayscale: #B4B4B4. Windows color (decimal): -13893733 or 10223403. OLE color: 10223403.
HSL color Cylindrical-coordinate representation of color #2BFF9B: hue angle of 151.7º 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 #2BFF9B is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 155 | - |
| CMYK | 0.83 | 0 | 0.39 | 0 |
| HSL | 151.7º | 1% | 0.58% | - |
| HSV(B) | 151.7º | 0.83% | 1% | - |
| XYZ | 42.67 | 74.4 | 43.12 | - |
| YUV | 180.21 | 113.76 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 155 | 0.83 | 0 | 0.39 | 0 | 151.7 | 1 | 0.58 |
| Hex | 2B | FF | 9B | 53 | 0 | 27 | 0 | 98 | 64 | 3A |
| Octal | 53 | 377 | 233 | 123 | 0 | 47 | 0 | 230 | 144 | 72 |
| Binary | 101011 | 11111111 | 10011011 | 1010011 | 0 | 100111 | 0 | 10011000 | 1100100 | 111010 |
Color Harmonies of #2BFF9B
Complementary color
Monochromatic Colors of #2BFF9B
Black with #2BFF9B
Text Example
Text Example
White with #2BFF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF9B; }
p { color: rgb(43,255,155); }
H1.HeaderClassName
{
color: #2BFF9B;
}
.AnyTagClassName
{
color: #2BFF9B;
}
</style>
background-color css
<style>
a { background-color: #2BFF9B; }
a { background-color: rgb(43,255,155); }
div.DivClassName
{
background-color: #2BFF9B;
}
.BgClassName
{
background-color: #2BFF9B;
}
</style>
border-color css
<style>
span { border-color: #2BFF9B; }
span { border-color: rgb(43,255,155); }
td.TdClassName
{
border-color: #2BFF9B;
}
.TagClassName
{
border-color: #2BFF9B;
}
</style>