Html Css Color HEX #2EFEAC Medium Spring Green
📋 copy color: '#2EFEAC'red 46 ◦ green 254 ◦ blue 172
Shades of Medium Spring Green #2EFEAC
Tints of Medium Spring Green #2EFEAC
RGB
CMYK
RGB Variations
Color information
#2EFEAC (or 0x2EFEAC) is known color: Medium Spring Green. HEX triplet: 2E, FE and AC. RGB value is (46,254,172). Sum of RGB (Red+Green+Blue) = 46+254+172=472 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.75% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFEAC is #D10153. Grayscale: #B6B6B6. Windows color (decimal): -13697364 or 11337262. OLE color: 11337262.
HSL color Cylindrical-coordinate representation of color #2EFEAC: hue angle of 156.35º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFEAC is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 172 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.00 |
| HSL | 156.35º | 0.99% | 0.59% | - |
| HSV(B) | 156.35º | 0.82% | 1% | - |
| XYZ | 44.01 | 74.44 | 51.08 | - |
| YUV | 182.46 | 122.09 | 30.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 172 | 0.82 | 0 | 0.32 | 0.00 | 156.35 | 0.99 | 0.59 |
| Hex | 2E | FE | AC | 52 | 0 | 20 | 0 | 9C | 63 | 3B |
| Octal | 56 | 376 | 254 | 122 | 0 | 40 | 0 | 234 | 143 | 73 |
| Binary | 101110 | 11111110 | 10101100 | 1010010 | 0 | 100000 | 0 | 10011100 | 1100011 | 111011 |
Color Harmonies of #2EFEAC
Complementary color
Monochromatic Colors of #2EFEAC
Black with #2EFEAC
Text Example
Text Example
White with #2EFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFEAC; }
p { color: rgb(46,254,172); }
H1.HeaderClassName
{
color: #2EFEAC;
}
.AnyTagClassName
{
color: #2EFEAC;
}
</style>
background-color css
<style>
a { background-color: #2EFEAC; }
a { background-color: rgb(46,254,172); }
div.DivClassName
{
background-color: #2EFEAC;
}
.BgClassName
{
background-color: #2EFEAC;
}
</style>
border-color css
<style>
span { border-color: #2EFEAC; }
span { border-color: rgb(46,254,172); }
td.TdClassName
{
border-color: #2EFEAC;
}
.TagClassName
{
border-color: #2EFEAC;
}
</style>