Html Css Color HEX #2EFA90 Medium Spring Green
📋 copy color: '#2EFA90'red 46 ◦ green 250 ◦ blue 144
Shades of Medium Spring Green #2EFA90
Tints of Medium Spring Green #2EFA90
RGB
CMYK
RGB Variations
Color information
#2EFA90 (or 0x2EFA90) is known color: Medium Spring Green. HEX triplet: 2E, FA and 90. RGB value is (46,250,144). Sum of RGB (Red+Green+Blue) = 46+250+144=440 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.45% from 440); Green value is 250 (98.05% from 255 or 56.82% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFA90 is #D1056F. Grayscale: #B1B1B1. Windows color (decimal): -13698416 or 9501230. OLE color: 9501230.
HSL color Cylindrical-coordinate representation of color #2EFA90: hue angle of 148.82º degrees, saturation: 0.95, 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 #2EFA90 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 144 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.02 |
| HSL | 148.82º | 0.95% | 0.58% | - |
| HSV(B) | 148.82º | 0.82% | 0.98% | - |
| XYZ | 40.35 | 70.97 | 37.96 | - |
| YUV | 176.92 | 109.41 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 144 | 0.82 | 0 | 0.42 | 0.02 | 148.82 | 0.95 | 0.58 |
| Hex | 2E | FA | 90 | 52 | 0 | 2A | 2 | 95 | 5F | 3A |
| Octal | 56 | 372 | 220 | 122 | 0 | 52 | 2 | 225 | 137 | 72 |
| Binary | 101110 | 11111010 | 10010000 | 1010010 | 0 | 101010 | 10 | 10010101 | 1011111 | 111010 |
Color Harmonies of #2EFA90
Complementary color
Monochromatic Colors of #2EFA90
Black with #2EFA90
Text Example
Text Example
White with #2EFA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA90; }
p { color: rgb(46,250,144); }
H1.HeaderClassName
{
color: #2EFA90;
}
.AnyTagClassName
{
color: #2EFA90;
}
</style>
background-color css
<style>
a { background-color: #2EFA90; }
a { background-color: rgb(46,250,144); }
div.DivClassName
{
background-color: #2EFA90;
}
.BgClassName
{
background-color: #2EFA90;
}
</style>
border-color css
<style>
span { border-color: #2EFA90; }
span { border-color: rgb(46,250,144); }
td.TdClassName
{
border-color: #2EFA90;
}
.TagClassName
{
border-color: #2EFA90;
}
</style>