Html Css Color HEX #2BFCAA Medium Spring Green
📋 copy color: '#2BFCAA'red 43 ◦ green 252 ◦ blue 170
Shades of Medium Spring Green #2BFCAA
Tints of Medium Spring Green #2BFCAA
RGB
CMYK
RGB Variations
Color information
#2BFCAA (or 0x2BFCAA) is known color: Medium Spring Green. HEX triplet: 2B, FC and AA. RGB value is (43,252,170). Sum of RGB (Red+Green+Blue) = 43+252+170=465 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.25% from 465); Green value is 252 (98.83% from 255 or 54.19% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFCAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFCAA is #D40355. Grayscale: #B4B4B4. Windows color (decimal): -13894486 or 11205675. OLE color: 11205675.
HSL color Cylindrical-coordinate representation of color #2BFCAA: hue angle of 156.46º degrees, saturation: 0.97, 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 #2BFCAA is Cyan = 0.83, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 170 | - |
| CMYK | 0.83 | 0 | 0.33 | 0.01 |
| HSL | 156.46º | 0.97% | 0.58% | - |
| HSV(B) | 156.46º | 0.83% | 0.99% | - |
| XYZ | 43.06 | 73.04 | 49.86 | - |
| YUV | 180.16 | 122.26 | 30.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 170 | 0.83 | 0 | 0.33 | 0.01 | 156.46 | 0.97 | 0.58 |
| Hex | 2B | FC | AA | 53 | 0 | 21 | 1 | 9C | 61 | 3A |
| Octal | 53 | 374 | 252 | 123 | 0 | 41 | 1 | 234 | 141 | 72 |
| Binary | 101011 | 11111100 | 10101010 | 1010011 | 0 | 100001 | 1 | 10011100 | 1100001 | 111010 |
Color Harmonies of #2BFCAA
Complementary color
Monochromatic Colors of #2BFCAA
Black with #2BFCAA
Text Example
Text Example
White with #2BFCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFCAA; }
p { color: rgb(43,252,170); }
H1.HeaderClassName
{
color: #2BFCAA;
}
.AnyTagClassName
{
color: #2BFCAA;
}
</style>
background-color css
<style>
a { background-color: #2BFCAA; }
a { background-color: rgb(43,252,170); }
div.DivClassName
{
background-color: #2BFCAA;
}
.BgClassName
{
background-color: #2BFCAA;
}
</style>
border-color css
<style>
span { border-color: #2BFCAA; }
span { border-color: rgb(43,252,170); }
td.TdClassName
{
border-color: #2BFCAA;
}
.TagClassName
{
border-color: #2BFCAA;
}
</style>