Html Css Color HEX #2BFFA0 Medium Spring Green
📋 copy color: '#2BFFA0'red 43 ◦ green 255 ◦ blue 160
Shades of Medium Spring Green #2BFFA0
Tints of Medium Spring Green #2BFFA0
RGB
CMYK
RGB Variations
Color information
#2BFFA0 (or 0x2BFFA0) is known color: Medium Spring Green. HEX triplet: 2B, FF and A0. RGB value is (43,255,160). Sum of RGB (Red+Green+Blue) = 43+255+160=458 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.39% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFFA0 is #D4005F. Grayscale: #B4B4B4. Windows color (decimal): -13893728 or 10551083. OLE color: 10551083.
HSL color Cylindrical-coordinate representation of color #2BFFA0: hue angle of 153.11º 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 #2BFFA0 is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 160 | - |
| CMYK | 0.83 | 0 | 0.37 | 0 |
| HSL | 153.11º | 1% | 0.58% | - |
| HSV(B) | 153.11º | 0.83% | 1% | - |
| XYZ | 43.1 | 74.57 | 45.38 | - |
| YUV | 180.78 | 116.26 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 160 | 0.83 | 0 | 0.37 | 0 | 153.11 | 1 | 0.58 |
| Hex | 2B | FF | A0 | 53 | 0 | 25 | 0 | 99 | 64 | 3A |
| Octal | 53 | 377 | 240 | 123 | 0 | 45 | 0 | 231 | 144 | 72 |
| Binary | 101011 | 11111111 | 10100000 | 1010011 | 0 | 100101 | 0 | 10011001 | 1100100 | 111010 |
Color Harmonies of #2BFFA0
Complementary color
Monochromatic Colors of #2BFFA0
Black with #2BFFA0
Text Example
Text Example
White with #2BFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFA0; }
p { color: rgb(43,255,160); }
H1.HeaderClassName
{
color: #2BFFA0;
}
.AnyTagClassName
{
color: #2BFFA0;
}
</style>
background-color css
<style>
a { background-color: #2BFFA0; }
a { background-color: rgb(43,255,160); }
div.DivClassName
{
background-color: #2BFFA0;
}
.BgClassName
{
background-color: #2BFFA0;
}
</style>
border-color css
<style>
span { border-color: #2BFFA0; }
span { border-color: rgb(43,255,160); }
td.TdClassName
{
border-color: #2BFFA0;
}
.TagClassName
{
border-color: #2BFFA0;
}
</style>