Html Css Color HEX #2BFD94 Medium Spring Green
📋 copy color: '#2BFD94'red 43 ◦ green 253 ◦ blue 148
Shades of Medium Spring Green #2BFD94
Tints of Medium Spring Green #2BFD94
RGB
CMYK
RGB Variations
Color information
#2BFD94 (or 0x2BFD94) is known color: Medium Spring Green. HEX triplet: 2B, FD and 94. RGB value is (43,253,148). Sum of RGB (Red+Green+Blue) = 43+253+148=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 253 (99.22% from 255 or 56.98% from 444); Blue value is 148 (58.20% from 255 or 33.33% from 444); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFD94 is #D4026B. Grayscale: #B2B2B2. Windows color (decimal): -13894252 or 9764139. OLE color: 9764139.
HSL color Cylindrical-coordinate representation of color #2BFD94: hue angle of 150º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFD94 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 148 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.01 |
| HSL | 150º | 0.98% | 0.58% | - |
| HSV(B) | 150º | 0.83% | 0.99% | - |
| XYZ | 41.47 | 72.9 | 39.9 | - |
| YUV | 178.24 | 110.93 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 148 | 0.83 | 0 | 0.42 | 0.01 | 150 | 0.98 | 0.58 |
| Hex | 2B | FD | 94 | 53 | 0 | 2A | 1 | 96 | 62 | 3A |
| Octal | 53 | 375 | 224 | 123 | 0 | 52 | 1 | 226 | 142 | 72 |
| Binary | 101011 | 11111101 | 10010100 | 1010011 | 0 | 101010 | 1 | 10010110 | 1100010 | 111010 |
Color Harmonies of #2BFD94
Complementary color
Monochromatic Colors of #2BFD94
Black with #2BFD94
Text Example
Text Example
White with #2BFD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD94; }
p { color: rgb(43,253,148); }
H1.HeaderClassName
{
color: #2BFD94;
}
.AnyTagClassName
{
color: #2BFD94;
}
</style>
background-color css
<style>
a { background-color: #2BFD94; }
a { background-color: rgb(43,253,148); }
div.DivClassName
{
background-color: #2BFD94;
}
.BgClassName
{
background-color: #2BFD94;
}
</style>
border-color css
<style>
span { border-color: #2BFD94; }
span { border-color: rgb(43,253,148); }
td.TdClassName
{
border-color: #2BFD94;
}
.TagClassName
{
border-color: #2BFD94;
}
</style>