Html Css Color HEX #2EF990 Medium Spring Green
📋 copy color: '#2EF990'red 46 ◦ green 249 ◦ blue 144
Shades of Medium Spring Green #2EF990
Tints of Medium Spring Green #2EF990
RGB
CMYK
RGB Variations
Color information
#2EF990 (or 0x2EF990) is known color: Medium Spring Green. HEX triplet: 2E, F9 and 90. RGB value is (46,249,144). Sum of RGB (Red+Green+Blue) = 46+249+144=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 249 (97.66% from 255 or 56.72% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF990 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF990 is #D1066F. Grayscale: #B0B0B0. Windows color (decimal): -13698672 or 9500974. OLE color: 9500974.
HSL color Cylindrical-coordinate representation of color #2EF990: hue angle of 148.97º degrees, saturation: 0.94, 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 #2EF990 is Cyan = 0.82, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 144 | - |
| CMYK | 0.82 | 0 | 0.42 | 0.02 |
| HSL | 148.97º | 0.94% | 0.58% | - |
| HSV(B) | 148.97º | 0.82% | 0.98% | - |
| XYZ | 40.04 | 70.35 | 37.85 | - |
| YUV | 176.33 | 109.75 | 35.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 144 | 0.82 | 0 | 0.42 | 0.02 | 148.97 | 0.94 | 0.58 |
| Hex | 2E | F9 | 90 | 52 | 0 | 2A | 2 | 95 | 5E | 3A |
| Octal | 56 | 371 | 220 | 122 | 0 | 52 | 2 | 225 | 136 | 72 |
| Binary | 101110 | 11111001 | 10010000 | 1010010 | 0 | 101010 | 10 | 10010101 | 1011110 | 111010 |
Color Harmonies of #2EF990
Complementary color
Monochromatic Colors of #2EF990
Black with #2EF990
Text Example
Text Example
White with #2EF990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF990; }
p { color: rgb(46,249,144); }
H1.HeaderClassName
{
color: #2EF990;
}
.AnyTagClassName
{
color: #2EF990;
}
</style>
background-color css
<style>
a { background-color: #2EF990; }
a { background-color: rgb(46,249,144); }
div.DivClassName
{
background-color: #2EF990;
}
.BgClassName
{
background-color: #2EF990;
}
</style>
border-color css
<style>
span { border-color: #2EF990; }
span { border-color: rgb(46,249,144); }
td.TdClassName
{
border-color: #2EF990;
}
.TagClassName
{
border-color: #2EF990;
}
</style>