Html Css Color HEX #2EFEAA Medium Spring Green
📋 copy color: '#2EFEAA'red 46 ◦ green 254 ◦ blue 170
Shades of Medium Spring Green #2EFEAA
Tints of Medium Spring Green #2EFEAA
RGB
CMYK
RGB Variations
Color information
#2EFEAA (or 0x2EFEAA) is known color: Medium Spring Green. HEX triplet: 2E, FE and AA. RGB value is (46,254,170). Sum of RGB (Red+Green+Blue) = 46+254+170=470 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.79% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFEAA is #D10155. Grayscale: #B6B6B6. Windows color (decimal): -13697366 or 11206190. OLE color: 11206190.
HSL color Cylindrical-coordinate representation of color #2EFEAA: hue angle of 155.77º 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 #2EFEAA is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 170 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.00 |
| HSL | 155.77º | 0.99% | 0.59% | - |
| HSV(B) | 155.77º | 0.82% | 1% | - |
| XYZ | 43.82 | 74.37 | 50.07 | - |
| YUV | 182.23 | 121.09 | 30.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 170 | 0.82 | 0 | 0.33 | 0.00 | 155.77 | 0.99 | 0.59 |
| Hex | 2E | FE | AA | 52 | 0 | 21 | 0 | 9C | 63 | 3B |
| Octal | 56 | 376 | 252 | 122 | 0 | 41 | 0 | 234 | 143 | 73 |
| Binary | 101110 | 11111110 | 10101010 | 1010010 | 0 | 100001 | 0 | 10011100 | 1100011 | 111011 |
Color Harmonies of #2EFEAA
Complementary color
Monochromatic Colors of #2EFEAA
Black with #2EFEAA
Text Example
Text Example
White with #2EFEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFEAA; }
p { color: rgb(46,254,170); }
H1.HeaderClassName
{
color: #2EFEAA;
}
.AnyTagClassName
{
color: #2EFEAA;
}
</style>
background-color css
<style>
a { background-color: #2EFEAA; }
a { background-color: rgb(46,254,170); }
div.DivClassName
{
background-color: #2EFEAA;
}
.BgClassName
{
background-color: #2EFEAA;
}
</style>
border-color css
<style>
span { border-color: #2EFEAA; }
span { border-color: rgb(46,254,170); }
td.TdClassName
{
border-color: #2EFEAA;
}
.TagClassName
{
border-color: #2EFEAA;
}
</style>