Html Css Color HEX #2EF998 Medium Spring Green
📋 copy color: '#2EF998'red 46 ◦ green 249 ◦ blue 152
Shades of Medium Spring Green #2EF998
Tints of Medium Spring Green #2EF998
RGB
CMYK
RGB Variations
Color information
#2EF998 (or 0x2EF998) is known color: Medium Spring Green. HEX triplet: 2E, F9 and 98. RGB value is (46,249,152). Sum of RGB (Red+Green+Blue) = 46+249+152=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 249 (97.66% from 255 or 55.70% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 249 - color contains mainly: green. Hex color #2EF998 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF998 is #D10667. Grayscale: #B1B1B1. Windows color (decimal): -13698664 or 10025262. OLE color: 10025262.
HSL color Cylindrical-coordinate representation of color #2EF998: hue angle of 151.33º 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 #2EF998 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 249 | 152 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.02 |
| HSL | 151.33º | 0.94% | 0.58% | - |
| HSV(B) | 151.33º | 0.82% | 0.98% | - |
| XYZ | 40.67 | 70.6 | 41.19 | - |
| YUV | 177.25 | 113.75 | 34.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 249 | 152 | 0.82 | 0 | 0.39 | 0.02 | 151.33 | 0.94 | 0.58 |
| Hex | 2E | F9 | 98 | 52 | 0 | 27 | 2 | 97 | 5E | 3A |
| Octal | 56 | 371 | 230 | 122 | 0 | 47 | 2 | 227 | 136 | 72 |
| Binary | 101110 | 11111001 | 10011000 | 1010010 | 0 | 100111 | 10 | 10010111 | 1011110 | 111010 |
Color Harmonies of #2EF998
Complementary color
Monochromatic Colors of #2EF998
Black with #2EF998
Text Example
Text Example
White with #2EF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF998; }
p { color: rgb(46,249,152); }
H1.HeaderClassName
{
color: #2EF998;
}
.AnyTagClassName
{
color: #2EF998;
}
</style>
background-color css
<style>
a { background-color: #2EF998; }
a { background-color: rgb(46,249,152); }
div.DivClassName
{
background-color: #2EF998;
}
.BgClassName
{
background-color: #2EF998;
}
</style>
border-color css
<style>
span { border-color: #2EF998; }
span { border-color: rgb(46,249,152); }
td.TdClassName
{
border-color: #2EF998;
}
.TagClassName
{
border-color: #2EF998;
}
</style>