Html Css Color HEX #2BFA99 Medium Spring Green
📋 copy color: '#2BFA99'red 43 ◦ green 250 ◦ blue 153
Shades of Medium Spring Green #2BFA99
Tints of Medium Spring Green #2BFA99
RGB
CMYK
RGB Variations
Color information
#2BFA99 (or 0x2BFA99) is known color: Medium Spring Green. HEX triplet: 2B, FA and 99. RGB value is (43,250,153). Sum of RGB (Red+Green+Blue) = 43+250+153=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 153 (60.16% from 255 or 34.30% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFA99 is #D40566. Grayscale: #B1B1B1. Windows color (decimal): -13895015 or 10091051. OLE color: 10091051.
HSL color Cylindrical-coordinate representation of color #2BFA99: hue angle of 151.88º degrees, saturation: 0.95, 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 #2BFA99 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 153 | - |
| CMYK | 0.83 | 0 | 0.39 | 0.02 |
| HSL | 151.88º | 0.95% | 0.57% | - |
| HSV(B) | 151.88º | 0.83% | 0.98% | - |
| XYZ | 40.93 | 71.18 | 41.72 | - |
| YUV | 177.05 | 114.42 | 32.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 153 | 0.83 | 0 | 0.39 | 0.02 | 151.88 | 0.95 | 0.57 |
| Hex | 2B | FA | 99 | 53 | 0 | 27 | 2 | 98 | 5F | 39 |
| Octal | 53 | 372 | 231 | 123 | 0 | 47 | 2 | 230 | 137 | 71 |
| Binary | 101011 | 11111010 | 10011001 | 1010011 | 0 | 100111 | 10 | 10011000 | 1011111 | 111001 |
Color Harmonies of #2BFA99
Complementary color
Monochromatic Colors of #2BFA99
Black with #2BFA99
Text Example
Text Example
White with #2BFA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA99; }
p { color: rgb(43,250,153); }
H1.HeaderClassName
{
color: #2BFA99;
}
.AnyTagClassName
{
color: #2BFA99;
}
</style>
background-color css
<style>
a { background-color: #2BFA99; }
a { background-color: rgb(43,250,153); }
div.DivClassName
{
background-color: #2BFA99;
}
.BgClassName
{
background-color: #2BFA99;
}
</style>
border-color css
<style>
span { border-color: #2BFA99; }
span { border-color: rgb(43,250,153); }
td.TdClassName
{
border-color: #2BFA99;
}
.TagClassName
{
border-color: #2BFA99;
}
</style>