Html Css Color HEX #2EFBAB Medium Spring Green
📋 copy color: '#2EFBAB'red 46 ◦ green 251 ◦ blue 171
Shades of Medium Spring Green #2EFBAB
Tints of Medium Spring Green #2EFBAB
RGB
CMYK
RGB Variations
Color information
#2EFBAB (or 0x2EFBAB) is known color: Medium Spring Green. HEX triplet: 2E, FB and AB. RGB value is (46,251,171). Sum of RGB (Red+Green+Blue) = 46+251+171=468 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.83% from 468); Green value is 251 (98.44% from 255 or 53.63% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFBAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFBAB is #D10454. Grayscale: #B4B4B4. Windows color (decimal): -13698133 or 11270958. OLE color: 11270958.
HSL color Cylindrical-coordinate representation of color #2EFBAB: hue angle of 156.59º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFBAB is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 171 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.02 |
| HSL | 156.59º | 0.96% | 0.58% | - |
| HSV(B) | 156.59º | 0.82% | 0.98% | - |
| XYZ | 42.97 | 72.52 | 50.26 | - |
| YUV | 180.59 | 122.58 | 32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 171 | 0.82 | 0 | 0.32 | 0.02 | 156.59 | 0.96 | 0.58 |
| Hex | 2E | FB | AB | 52 | 0 | 20 | 2 | 9D | 60 | 3A |
| Octal | 56 | 373 | 253 | 122 | 0 | 40 | 2 | 235 | 140 | 72 |
| Binary | 101110 | 11111011 | 10101011 | 1010010 | 0 | 100000 | 10 | 10011101 | 1100000 | 111010 |
Color Harmonies of #2EFBAB
Complementary color
Monochromatic Colors of #2EFBAB
Black with #2EFBAB
Text Example
Text Example
White with #2EFBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFBAB; }
p { color: rgb(46,251,171); }
H1.HeaderClassName
{
color: #2EFBAB;
}
.AnyTagClassName
{
color: #2EFBAB;
}
</style>
background-color css
<style>
a { background-color: #2EFBAB; }
a { background-color: rgb(46,251,171); }
div.DivClassName
{
background-color: #2EFBAB;
}
.BgClassName
{
background-color: #2EFBAB;
}
</style>
border-color css
<style>
span { border-color: #2EFBAB; }
span { border-color: rgb(46,251,171); }
td.TdClassName
{
border-color: #2EFBAB;
}
.TagClassName
{
border-color: #2EFBAB;
}
</style>