Html Css Color HEX #2BFE96 Medium Spring Green
📋 copy color: '#2BFE96'red 43 ◦ green 254 ◦ blue 150
Shades of Medium Spring Green #2BFE96
Tints of Medium Spring Green #2BFE96
RGB
CMYK
RGB Variations
Color information
#2BFE96 (or 0x2BFE96) is known color: Medium Spring Green. HEX triplet: 2B, FE and 96. RGB value is (43,254,150). Sum of RGB (Red+Green+Blue) = 43+254+150=447 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.62% from 447); Green value is 254 (99.61% from 255 or 56.82% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFE96 is #D40169. Grayscale: #B3B3B3. Windows color (decimal): -13893994 or 9895467. OLE color: 9895467.
HSL color Cylindrical-coordinate representation of color #2BFE96: hue angle of 150.43º 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 #2BFE96 is Cyan = 0.83, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 150 | - |
| CMYK | 0.83 | 0 | 0.41 | 0.00 |
| HSL | 150.43º | 0.99% | 0.58% | - |
| HSV(B) | 150.43º | 0.83% | 1% | - |
| XYZ | 41.94 | 73.6 | 40.85 | - |
| YUV | 179.06 | 111.6 | 30.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 150 | 0.83 | 0 | 0.41 | 0.00 | 150.43 | 0.99 | 0.58 |
| Hex | 2B | FE | 96 | 53 | 0 | 29 | 0 | 96 | 63 | 3A |
| Octal | 53 | 376 | 226 | 123 | 0 | 51 | 0 | 226 | 143 | 72 |
| Binary | 101011 | 11111110 | 10010110 | 1010011 | 0 | 101001 | 0 | 10010110 | 1100011 | 111010 |
Color Harmonies of #2BFE96
Complementary color
Monochromatic Colors of #2BFE96
Black with #2BFE96
Text Example
Text Example
White with #2BFE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFE96; }
p { color: rgb(43,254,150); }
H1.HeaderClassName
{
color: #2BFE96;
}
.AnyTagClassName
{
color: #2BFE96;
}
</style>
background-color css
<style>
a { background-color: #2BFE96; }
a { background-color: rgb(43,254,150); }
div.DivClassName
{
background-color: #2BFE96;
}
.BgClassName
{
background-color: #2BFE96;
}
</style>
border-color css
<style>
span { border-color: #2BFE96; }
span { border-color: rgb(43,254,150); }
td.TdClassName
{
border-color: #2BFE96;
}
.TagClassName
{
border-color: #2BFE96;
}
</style>