Html Css Color HEX #2BFE94 Medium Spring Green
📋 copy color: '#2BFE94'red 43 ◦ green 254 ◦ blue 148
Shades of Medium Spring Green #2BFE94
Tints of Medium Spring Green #2BFE94
RGB
CMYK
RGB Variations
Color information
#2BFE94 (or 0x2BFE94) is known color: Medium Spring Green. HEX triplet: 2B, FE and 94. RGB value is (43,254,148). Sum of RGB (Red+Green+Blue) = 43+254+148=445 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.66% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 148 (58.20% from 255 or 33.26% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFE94 is #D4016B. Grayscale: #B3B3B3. Windows color (decimal): -13893996 or 9764395. OLE color: 9764395.
HSL color Cylindrical-coordinate representation of color #2BFE94: hue angle of 149.86º 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 #2BFE94 is Cyan = 0.83, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 148 | - |
| CMYK | 0.83 | 0 | 0.42 | 0.00 |
| HSL | 149.86º | 0.99% | 0.58% | - |
| HSV(B) | 149.86º | 0.83% | 1% | - |
| XYZ | 41.78 | 73.54 | 40.01 | - |
| YUV | 178.83 | 110.6 | 31.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 148 | 0.83 | 0 | 0.42 | 0.00 | 149.86 | 0.99 | 0.58 |
| Hex | 2B | FE | 94 | 53 | 0 | 2A | 0 | 96 | 63 | 3A |
| Octal | 53 | 376 | 224 | 123 | 0 | 52 | 0 | 226 | 143 | 72 |
| Binary | 101011 | 11111110 | 10010100 | 1010011 | 0 | 101010 | 0 | 10010110 | 1100011 | 111010 |
Color Harmonies of #2BFE94
Complementary color
Monochromatic Colors of #2BFE94
Black with #2BFE94
Text Example
Text Example
White with #2BFE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFE94; }
p { color: rgb(43,254,148); }
H1.HeaderClassName
{
color: #2BFE94;
}
.AnyTagClassName
{
color: #2BFE94;
}
</style>
background-color css
<style>
a { background-color: #2BFE94; }
a { background-color: rgb(43,254,148); }
div.DivClassName
{
background-color: #2BFE94;
}
.BgClassName
{
background-color: #2BFE94;
}
</style>
border-color css
<style>
span { border-color: #2BFE94; }
span { border-color: rgb(43,254,148); }
td.TdClassName
{
border-color: #2BFE94;
}
.TagClassName
{
border-color: #2BFE94;
}
</style>