Html Css Color HEX #2EFB95 Medium Spring Green
📋 copy color: '#2EFB95'red 46 ◦ green 251 ◦ blue 149
Shades of Medium Spring Green #2EFB95
Tints of Medium Spring Green #2EFB95
RGB
CMYK
RGB Variations
Color information
#2EFB95 (or 0x2EFB95) is known color: Medium Spring Green. HEX triplet: 2E, FB and 95. RGB value is (46,251,149). Sum of RGB (Red+Green+Blue) = 46+251+149=446 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.31% from 446); Green value is 251 (98.44% from 255 or 56.28% from 446); Blue value is 149 (58.59% from 255 or 33.41% from 446); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFB95 is #D1046A. Grayscale: #B2B2B2. Windows color (decimal): -13698155 or 9829166. OLE color: 9829166.
HSL color Cylindrical-coordinate representation of color #2EFB95: hue angle of 150.15º 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 #2EFB95 is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 149 | - |
| CMYK | 0.82 | 0 | 0.41 | 0.02 |
| HSL | 150.15º | 0.96% | 0.58% | - |
| HSV(B) | 150.15º | 0.82% | 0.98% | - |
| XYZ | 41.05 | 71.75 | 40.12 | - |
| YUV | 178.08 | 111.58 | 33.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 149 | 0.82 | 0 | 0.41 | 0.02 | 150.15 | 0.96 | 0.58 |
| Hex | 2E | FB | 95 | 52 | 0 | 29 | 2 | 96 | 60 | 3A |
| Octal | 56 | 373 | 225 | 122 | 0 | 51 | 2 | 226 | 140 | 72 |
| Binary | 101110 | 11111011 | 10010101 | 1010010 | 0 | 101001 | 10 | 10010110 | 1100000 | 111010 |
Color Harmonies of #2EFB95
Complementary color
Monochromatic Colors of #2EFB95
Black with #2EFB95
Text Example
Text Example
White with #2EFB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB95; }
p { color: rgb(46,251,149); }
H1.HeaderClassName
{
color: #2EFB95;
}
.AnyTagClassName
{
color: #2EFB95;
}
</style>
background-color css
<style>
a { background-color: #2EFB95; }
a { background-color: rgb(46,251,149); }
div.DivClassName
{
background-color: #2EFB95;
}
.BgClassName
{
background-color: #2EFB95;
}
</style>
border-color css
<style>
span { border-color: #2EFB95; }
span { border-color: rgb(46,251,149); }
td.TdClassName
{
border-color: #2EFB95;
}
.TagClassName
{
border-color: #2EFB95;
}
</style>