Html Css Color HEX #2BFBA2 Medium Spring Green
📋 copy color: '#2BFBA2'red 43 ◦ green 251 ◦ blue 162
Shades of Medium Spring Green #2BFBA2
Tints of Medium Spring Green #2BFBA2
RGB
CMYK
RGB Variations
Color information
#2BFBA2 (or 0x2BFBA2) is known color: Medium Spring Green. HEX triplet: 2B, FB and A2. RGB value is (43,251,162). Sum of RGB (Red+Green+Blue) = 43+251+162=456 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.43% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFBA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFBA2 is #D4045D. Grayscale: #B2B2B2. Windows color (decimal): -13894750 or 10681131. OLE color: 10681131.
HSL color Cylindrical-coordinate representation of color #2BFBA2: hue angle of 154.33º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFBA2 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 162 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.02 |
| HSL | 154.33º | 0.96% | 0.58% | - |
| HSV(B) | 154.33º | 0.83% | 0.98% | - |
| XYZ | 42.02 | 72.12 | 45.89 | - |
| YUV | 178.66 | 118.59 | 31.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 162 | 0.83 | 0 | 0.35 | 0.02 | 154.33 | 0.96 | 0.58 |
| Hex | 2B | FB | A2 | 53 | 0 | 23 | 2 | 9A | 60 | 3A |
| Octal | 53 | 373 | 242 | 123 | 0 | 43 | 2 | 232 | 140 | 72 |
| Binary | 101011 | 11111011 | 10100010 | 1010011 | 0 | 100011 | 10 | 10011010 | 1100000 | 111010 |
Color Harmonies of #2BFBA2
Complementary color
Monochromatic Colors of #2BFBA2
Black with #2BFBA2
Text Example
Text Example
White with #2BFBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFBA2; }
p { color: rgb(43,251,162); }
H1.HeaderClassName
{
color: #2BFBA2;
}
.AnyTagClassName
{
color: #2BFBA2;
}
</style>
background-color css
<style>
a { background-color: #2BFBA2; }
a { background-color: rgb(43,251,162); }
div.DivClassName
{
background-color: #2BFBA2;
}
.BgClassName
{
background-color: #2BFBA2;
}
</style>
border-color css
<style>
span { border-color: #2BFBA2; }
span { border-color: rgb(43,251,162); }
td.TdClassName
{
border-color: #2BFBA2;
}
.TagClassName
{
border-color: #2BFBA2;
}
</style>