Html Css Color HEX #2AFB9B Medium Spring Green
📋 copy color: '#2AFB9B'red 42 ◦ green 251 ◦ blue 155
Shades of Medium Spring Green #2AFB9B
Tints of Medium Spring Green #2AFB9B
RGB
CMYK
RGB Variations
Color information
#2AFB9B (or 0x2AFB9B) is known color: Medium Spring Green. HEX triplet: 2A, FB and 9B. RGB value is (42,251,155). Sum of RGB (Red+Green+Blue) = 42+251+155=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 251 (98.44% from 255 or 56.03% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFB9B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2AFB9B is #D50464. Grayscale: #B1B1B1. Windows color (decimal): -13960293 or 10222378. OLE color: 10222378.
HSL color Cylindrical-coordinate representation of color #2AFB9B: hue angle of 152.44º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFB9B is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 251 | 155 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.02 |
| HSL | 152.44º | 0.96% | 0.57% | - |
| HSV(B) | 152.44º | 0.83% | 0.98% | - |
| XYZ | 41.37 | 71.85 | 42.7 | - |
| YUV | 177.57 | 115.26 | 31.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 251 | 155 | 0.83 | 0 | 0.38 | 0.02 | 152.44 | 0.96 | 0.57 |
| Hex | 2A | FB | 9B | 53 | 0 | 26 | 2 | 98 | 60 | 39 |
| Octal | 52 | 373 | 233 | 123 | 0 | 46 | 2 | 230 | 140 | 71 |
| Binary | 101010 | 11111011 | 10011011 | 1010011 | 0 | 100110 | 10 | 10011000 | 1100000 | 111001 |
Color Harmonies of #2AFB9B
Complementary color
Monochromatic Colors of #2AFB9B
Black with #2AFB9B
Text Example
Text Example
White with #2AFB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFB9B; }
p { color: rgb(42,251,155); }
H1.HeaderClassName
{
color: #2AFB9B;
}
.AnyTagClassName
{
color: #2AFB9B;
}
</style>
background-color css
<style>
a { background-color: #2AFB9B; }
a { background-color: rgb(42,251,155); }
div.DivClassName
{
background-color: #2AFB9B;
}
.BgClassName
{
background-color: #2AFB9B;
}
</style>
border-color css
<style>
span { border-color: #2AFB9B; }
span { border-color: rgb(42,251,155); }
td.TdClassName
{
border-color: #2AFB9B;
}
.TagClassName
{
border-color: #2AFB9B;
}
</style>