Html Css Color HEX #2AFCB3 Medium Spring Green
📋 copy color: '#2AFCB3'red 42 ◦ green 252 ◦ blue 179
Shades of Medium Spring Green #2AFCB3
Tints of Medium Spring Green #2AFCB3
RGB
CMYK
RGB Variations
Color information
#2AFCB3 (or 0x2AFCB3) is known color: Medium Spring Green. HEX triplet: 2A, FC and B3. RGB value is (42,252,179). Sum of RGB (Red+Green+Blue) = 42+252+179=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #2AFCB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFCB3 is #D5034C. Grayscale: #B4B4B4. Windows color (decimal): -13960013 or 11795498. OLE color: 11795498.
HSL color Cylindrical-coordinate representation of color #2AFCB3: hue angle of 159.14º 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 #2AFCB3 is Cyan = 0.83, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 42 | 252 | 179 | - |
| CMYK | 0.83 | 0 | 0.29 | 0.01 |
| HSL | 159.14º | 0.97% | 0.58% | - |
| HSV(B) | 159.14º | 0.83% | 0.99% | - |
| XYZ | 43.9 | 73.37 | 54.5 | - |
| YUV | 180.89 | 126.93 | 28.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 252 | 179 | 0.83 | 0 | 0.29 | 0.01 | 159.14 | 0.97 | 0.58 |
| Hex | 2A | FC | B3 | 53 | 0 | 1D | 1 | 9F | 61 | 3A |
| Octal | 52 | 374 | 263 | 123 | 0 | 35 | 1 | 237 | 141 | 72 |
| Binary | 101010 | 11111100 | 10110011 | 1010011 | 0 | 11101 | 1 | 10011111 | 1100001 | 111010 |
Color Harmonies of #2AFCB3
Complementary color
Monochromatic Colors of #2AFCB3
Black with #2AFCB3
Text Example
Text Example
White with #2AFCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFCB3; }
p { color: rgb(42,252,179); }
H1.HeaderClassName
{
color: #2AFCB3;
}
.AnyTagClassName
{
color: #2AFCB3;
}
</style>
background-color css
<style>
a { background-color: #2AFCB3; }
a { background-color: rgb(42,252,179); }
div.DivClassName
{
background-color: #2AFCB3;
}
.BgClassName
{
background-color: #2AFCB3;
}
</style>
border-color css
<style>
span { border-color: #2AFCB3; }
span { border-color: rgb(42,252,179); }
td.TdClassName
{
border-color: #2AFCB3;
}
.TagClassName
{
border-color: #2AFCB3;
}
</style>