Html Css Color HEX #2BFE9B Medium Spring Green
📋 copy color: '#2BFE9B'red 43 ◦ green 254 ◦ blue 155
Shades of Medium Spring Green #2BFE9B
Tints of Medium Spring Green #2BFE9B
RGB
CMYK
RGB Variations
Color information
#2BFE9B (or 0x2BFE9B) is known color: Medium Spring Green. HEX triplet: 2B, FE and 9B. RGB value is (43,254,155). Sum of RGB (Red+Green+Blue) = 43+254+155=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 155 (60.94% from 255 or 34.29% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFE9B is #D40164. Grayscale: #B3B3B3. Windows color (decimal): -13893989 or 10223147. OLE color: 10223147.
HSL color Cylindrical-coordinate representation of color #2BFE9B: hue angle of 151.85º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFE9B is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 155 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.00 |
| HSL | 151.85º | 0.99% | 0.58% | - |
| HSV(B) | 151.85º | 0.83% | 1% | - |
| XYZ | 42.35 | 73.76 | 43.02 | - |
| YUV | 179.63 | 114.1 | 30.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 155 | 0.83 | 0 | 0.39 | 0.00 | 151.85 | 0.99 | 0.58 |
| Hex | 2B | FE | 9B | 53 | 0 | 27 | 0 | 98 | 63 | 3A |
| Octal | 53 | 376 | 233 | 123 | 0 | 47 | 0 | 230 | 143 | 72 |
| Binary | 101011 | 11111110 | 10011011 | 1010011 | 0 | 100111 | 0 | 10011000 | 1100011 | 111010 |
Color Harmonies of #2BFE9B
Complementary color
Monochromatic Colors of #2BFE9B
Black with #2BFE9B
Text Example
Text Example
White with #2BFE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFE9B; }
p { color: rgb(43,254,155); }
H1.HeaderClassName
{
color: #2BFE9B;
}
.AnyTagClassName
{
color: #2BFE9B;
}
</style>
background-color css
<style>
a { background-color: #2BFE9B; }
a { background-color: rgb(43,254,155); }
div.DivClassName
{
background-color: #2BFE9B;
}
.BgClassName
{
background-color: #2BFE9B;
}
</style>
border-color css
<style>
span { border-color: #2BFE9B; }
span { border-color: rgb(43,254,155); }
td.TdClassName
{
border-color: #2BFE9B;
}
.TagClassName
{
border-color: #2BFE9B;
}
</style>