Html Css Color HEX #2BFFAF Medium Spring Green
📋 copy color: '#2BFFAF'red 43 ◦ green 255 ◦ blue 175
Shades of Medium Spring Green #2BFFAF
Tints of Medium Spring Green #2BFFAF
RGB
CMYK
RGB Variations
Color information
#2BFFAF (or 0x2BFFAF) is known color: Medium Spring Green. HEX triplet: 2B, FF and AF. RGB value is (43,255,175). Sum of RGB (Red+Green+Blue) = 43+255+175=473 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.09% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFFAF is #D40050. Grayscale: #B6B6B6. Windows color (decimal): -13893713 or 11534123. OLE color: 11534123.
HSL color Cylindrical-coordinate representation of color #2BFFAF: hue angle of 157.36º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFFAF is Cyan = 0.83, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 175 | - |
| CMYK | 0.83 | 0 | 0.31 | 0 |
| HSL | 157.36º | 1% | 0.58% | - |
| HSV(B) | 157.36º | 0.83% | 1% | - |
| XYZ | 44.49 | 75.13 | 52.71 | - |
| YUV | 182.49 | 123.76 | 28.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 175 | 0.83 | 0 | 0.31 | 0 | 157.36 | 1 | 0.58 |
| Hex | 2B | FF | AF | 53 | 0 | 1F | 0 | 9D | 64 | 3A |
| Octal | 53 | 377 | 257 | 123 | 0 | 37 | 0 | 235 | 144 | 72 |
| Binary | 101011 | 11111111 | 10101111 | 1010011 | 0 | 11111 | 0 | 10011101 | 1100100 | 111010 |
Color Harmonies of #2BFFAF
Complementary color
Monochromatic Colors of #2BFFAF
Black with #2BFFAF
Text Example
Text Example
White with #2BFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFAF; }
p { color: rgb(43,255,175); }
H1.HeaderClassName
{
color: #2BFFAF;
}
.AnyTagClassName
{
color: #2BFFAF;
}
</style>
background-color css
<style>
a { background-color: #2BFFAF; }
a { background-color: rgb(43,255,175); }
div.DivClassName
{
background-color: #2BFFAF;
}
.BgClassName
{
background-color: #2BFFAF;
}
</style>
border-color css
<style>
span { border-color: #2BFFAF; }
span { border-color: rgb(43,255,175); }
td.TdClassName
{
border-color: #2BFFAF;
}
.TagClassName
{
border-color: #2BFFAF;
}
</style>