Html Css Color HEX #2EFB91 Medium Spring Green
📋 copy color: '#2EFB91'red 46 ◦ green 251 ◦ blue 145
Shades of Medium Spring Green #2EFB91
Tints of Medium Spring Green #2EFB91
RGB
CMYK
RGB Variations
Color information
#2EFB91 (or 0x2EFB91) is known color: Medium Spring Green. HEX triplet: 2E, FB and 91. RGB value is (46,251,145). Sum of RGB (Red+Green+Blue) = 46+251+145=442 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.41% from 442); Green value is 251 (98.44% from 255 or 56.79% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB91 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFB91 is #D1046E. Grayscale: #B1B1B1. Windows color (decimal): -13698159 or 9567022. OLE color: 9567022.
HSL color Cylindrical-coordinate representation of color #2EFB91: hue angle of 148.98º 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 #2EFB91 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 145 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.02 |
| HSL | 148.98º | 0.96% | 0.58% | - |
| HSV(B) | 148.98º | 0.82% | 0.98% | - |
| XYZ | 40.73 | 71.62 | 38.47 | - |
| YUV | 177.62 | 109.58 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 145 | 0.82 | 0 | 0.42 | 0.02 | 148.98 | 0.96 | 0.58 |
| Hex | 2E | FB | 91 | 52 | 0 | 2A | 2 | 95 | 60 | 3A |
| Octal | 56 | 373 | 221 | 122 | 0 | 52 | 2 | 225 | 140 | 72 |
| Binary | 101110 | 11111011 | 10010001 | 1010010 | 0 | 101010 | 10 | 10010101 | 1100000 | 111010 |
Color Harmonies of #2EFB91
Complementary color
Monochromatic Colors of #2EFB91
Black with #2EFB91
Text Example
Text Example
White with #2EFB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB91; }
p { color: rgb(46,251,145); }
H1.HeaderClassName
{
color: #2EFB91;
}
.AnyTagClassName
{
color: #2EFB91;
}
</style>
background-color css
<style>
a { background-color: #2EFB91; }
a { background-color: rgb(46,251,145); }
div.DivClassName
{
background-color: #2EFB91;
}
.BgClassName
{
background-color: #2EFB91;
}
</style>
border-color css
<style>
span { border-color: #2EFB91; }
span { border-color: rgb(46,251,145); }
td.TdClassName
{
border-color: #2EFB91;
}
.TagClassName
{
border-color: #2EFB91;
}
</style>