Html Css Color HEX #2EF996 Medium Spring Green
📋 copy color: '#2EF996'red 46 ◦ green 249 ◦ blue 150
Shades of Medium Spring Green #2EF996
Tints of Medium Spring Green #2EF996
RGB
CMYK
RGB Variations
Color information
#2EF996 (or 0x2EF996) is known color: Medium Spring Green. HEX triplet: 2E, F9 and 96. RGB value is (46,249,150). Sum of RGB (Red+Green+Blue) = 46+249+150=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF996 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF996 is #D10669. Grayscale: #B1B1B1. Windows color (decimal): -13698666 or 9894190. OLE color: 9894190.
HSL color Cylindrical-coordinate representation of color #2EF996: hue angle of 150.74º 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 #2EF996 is Cyan = 0.82, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 150 | - |
| CMYK | 0.82 | 0 | 0.40 | 0.02 |
| HSL | 150.74º | 0.94% | 0.58% | - |
| HSV(B) | 150.74º | 0.82% | 0.98% | - |
| XYZ | 40.51 | 70.53 | 40.33 | - |
| YUV | 177.02 | 112.75 | 34.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 150 | 0.82 | 0 | 0.40 | 0.02 | 150.74 | 0.94 | 0.58 |
| Hex | 2E | F9 | 96 | 52 | 0 | 28 | 2 | 97 | 5E | 3A |
| Octal | 56 | 371 | 226 | 122 | 0 | 50 | 2 | 227 | 136 | 72 |
| Binary | 101110 | 11111001 | 10010110 | 1010010 | 0 | 101000 | 10 | 10010111 | 1011110 | 111010 |
Color Harmonies of #2EF996
Complementary color
Monochromatic Colors of #2EF996
Black with #2EF996
Text Example
Text Example
White with #2EF996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF996; }
p { color: rgb(46,249,150); }
H1.HeaderClassName
{
color: #2EF996;
}
.AnyTagClassName
{
color: #2EF996;
}
</style>
background-color css
<style>
a { background-color: #2EF996; }
a { background-color: rgb(46,249,150); }
div.DivClassName
{
background-color: #2EF996;
}
.BgClassName
{
background-color: #2EF996;
}
</style>
border-color css
<style>
span { border-color: #2EF996; }
span { border-color: rgb(46,249,150); }
td.TdClassName
{
border-color: #2EF996;
}
.TagClassName
{
border-color: #2EF996;
}
</style>