Html Css Color HEX #2BFDA4 Medium Spring Green
📋 copy color: '#2BFDA4'red 43 ◦ green 253 ◦ blue 164
Shades of Medium Spring Green #2BFDA4
Tints of Medium Spring Green #2BFDA4
RGB
CMYK
RGB Variations
Color information
#2BFDA4 (or 0x2BFDA4) is known color: Medium Spring Green. HEX triplet: 2B, FD and A4. RGB value is (43,253,164). Sum of RGB (Red+Green+Blue) = 43+253+164=460 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.35% from 460); Green value is 253 (99.22% from 255 or 55% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFDA4 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2BFDA4 is #D4025B. Grayscale: #B4B4B4. Windows color (decimal): -13894236 or 10812715. OLE color: 10812715.
HSL color Cylindrical-coordinate representation of color #2BFDA4: hue angle of 154.57º degrees, saturation: 0.98, 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 #2BFDA4 is Cyan = 0.83, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 164 | - |
| CMYK | 0.83 | 0 | 0.35 | 0.01 |
| HSL | 154.57º | 0.98% | 0.58% | - |
| HSV(B) | 154.57º | 0.83% | 0.99% | - |
| XYZ | 42.82 | 73.44 | 47.04 | - |
| YUV | 180.06 | 118.93 | 30.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 164 | 0.83 | 0 | 0.35 | 0.01 | 154.57 | 0.98 | 0.58 |
| Hex | 2B | FD | A4 | 53 | 0 | 23 | 1 | 9B | 62 | 3A |
| Octal | 53 | 375 | 244 | 123 | 0 | 43 | 1 | 233 | 142 | 72 |
| Binary | 101011 | 11111101 | 10100100 | 1010011 | 0 | 100011 | 1 | 10011011 | 1100010 | 111010 |
Color Harmonies of #2BFDA4
Complementary color
Monochromatic Colors of #2BFDA4
Black with #2BFDA4
Text Example
Text Example
White with #2BFDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFDA4; }
p { color: rgb(43,253,164); }
H1.HeaderClassName
{
color: #2BFDA4;
}
.AnyTagClassName
{
color: #2BFDA4;
}
</style>
background-color css
<style>
a { background-color: #2BFDA4; }
a { background-color: rgb(43,253,164); }
div.DivClassName
{
background-color: #2BFDA4;
}
.BgClassName
{
background-color: #2BFDA4;
}
</style>
border-color css
<style>
span { border-color: #2BFDA4; }
span { border-color: rgb(43,253,164); }
td.TdClassName
{
border-color: #2BFDA4;
}
.TagClassName
{
border-color: #2BFDA4;
}
</style>