Html Css Color HEX #2BF996 Medium Spring Green
📋 copy color: '#2BF996'red 43 ◦ green 249 ◦ blue 150
Shades of Medium Spring Green #2BF996
Tints of Medium Spring Green #2BF996
RGB
CMYK
RGB Variations
Color information
#2BF996 (or 0x2BF996) is known color: Medium Spring Green. HEX triplet: 2B, F9 and 96. RGB value is (43,249,150). Sum of RGB (Red+Green+Blue) = 43+249+150=442 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.73% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 150 (58.98% from 255 or 33.94% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF996 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BF996 is #D40669. Grayscale: #B0B0B0. Windows color (decimal): -13895274 or 9894187. OLE color: 9894187.
HSL color Cylindrical-coordinate representation of color #2BF996: hue angle of 151.17º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF996 is Cyan = 0.83, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 150 | - |
| CMYK | 0.83 | 0 | 0.40 | 0.02 |
| HSL | 151.17º | 0.94% | 0.57% | - |
| HSV(B) | 151.17º | 0.83% | 0.98% | - |
| XYZ | 40.38 | 70.47 | 40.33 | - |
| YUV | 176.12 | 113.25 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 150 | 0.83 | 0 | 0.40 | 0.02 | 151.17 | 0.94 | 0.57 |
| Hex | 2B | F9 | 96 | 53 | 0 | 28 | 2 | 97 | 5E | 39 |
| Octal | 53 | 371 | 226 | 123 | 0 | 50 | 2 | 227 | 136 | 71 |
| Binary | 101011 | 11111001 | 10010110 | 1010011 | 0 | 101000 | 10 | 10010111 | 1011110 | 111001 |
Color Harmonies of #2BF996
Complementary color
Monochromatic Colors of #2BF996
Black with #2BF996
Text Example
Text Example
White with #2BF996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF996; }
p { color: rgb(43,249,150); }
H1.HeaderClassName
{
color: #2BF996;
}
.AnyTagClassName
{
color: #2BF996;
}
</style>
background-color css
<style>
a { background-color: #2BF996; }
a { background-color: rgb(43,249,150); }
div.DivClassName
{
background-color: #2BF996;
}
.BgClassName
{
background-color: #2BF996;
}
</style>
border-color css
<style>
span { border-color: #2BF996; }
span { border-color: rgb(43,249,150); }
td.TdClassName
{
border-color: #2BF996;
}
.TagClassName
{
border-color: #2BF996;
}
</style>