Html Css Color HEX #2BFFA2 Medium Spring Green
📋 copy color: '#2BFFA2'red 43 ◦ green 255 ◦ blue 162
Shades of Medium Spring Green #2BFFA2
Tints of Medium Spring Green #2BFFA2
RGB
CMYK
RGB Variations
Color information
#2BFFA2 (or 0x2BFFA2) is known color: Medium Spring Green. HEX triplet: 2B, FF and A2. RGB value is (43,255,162). Sum of RGB (Red+Green+Blue) = 43+255+162=460 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.35% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFFA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFFA2 is #D4005D. Grayscale: #B5B5B5. Windows color (decimal): -13893726 or 10682155. OLE color: 10682155.
HSL color Cylindrical-coordinate representation of color #2BFFA2: hue angle of 153.68º 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 #2BFFA2 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 162 | - |
| CMYK | 0.83 | 0 | 0.36 | 0 |
| HSL | 153.68º | 1% | 0.58% | - |
| HSV(B) | 153.68º | 0.83% | 1% | - |
| XYZ | 43.28 | 74.64 | 46.31 | - |
| YUV | 181.01 | 117.26 | 29.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 162 | 0.83 | 0 | 0.36 | 0 | 153.68 | 1 | 0.58 |
| Hex | 2B | FF | A2 | 53 | 0 | 24 | 0 | 9A | 64 | 3A |
| Octal | 53 | 377 | 242 | 123 | 0 | 44 | 0 | 232 | 144 | 72 |
| Binary | 101011 | 11111111 | 10100010 | 1010011 | 0 | 100100 | 0 | 10011010 | 1100100 | 111010 |
Color Harmonies of #2BFFA2
Complementary color
Monochromatic Colors of #2BFFA2
Black with #2BFFA2
Text Example
Text Example
White with #2BFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFFA2; }
p { color: rgb(43,255,162); }
H1.HeaderClassName
{
color: #2BFFA2;
}
.AnyTagClassName
{
color: #2BFFA2;
}
</style>
background-color css
<style>
a { background-color: #2BFFA2; }
a { background-color: rgb(43,255,162); }
div.DivClassName
{
background-color: #2BFFA2;
}
.BgClassName
{
background-color: #2BFFA2;
}
</style>
border-color css
<style>
span { border-color: #2BFFA2; }
span { border-color: rgb(43,255,162); }
td.TdClassName
{
border-color: #2BFFA2;
}
.TagClassName
{
border-color: #2BFFA2;
}
</style>