Html Css Color HEX #2EFAAA Medium Spring Green
📋 copy color: '#2EFAAA'red 46 ◦ green 250 ◦ blue 170
Shades of Medium Spring Green #2EFAAA
Tints of Medium Spring Green #2EFAAA
RGB
CMYK
RGB Variations
Color information
#2EFAAA (or 0x2EFAAA) is known color: Medium Spring Green. HEX triplet: 2E, FA and AA. RGB value is (46,250,170). Sum of RGB (Red+Green+Blue) = 46+250+170=466 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.87% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFAAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFAAA is #D10555. Grayscale: #B4B4B4. Windows color (decimal): -13698390 or 11205166. OLE color: 11205166.
HSL color Cylindrical-coordinate representation of color #2EFAAA: hue angle of 156.47º degrees, saturation: 0.95, 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 #2EFAAA is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 170 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.02 |
| HSL | 156.47º | 0.95% | 0.58% | - |
| HSV(B) | 156.47º | 0.82% | 0.98% | - |
| XYZ | 42.57 | 71.85 | 49.66 | - |
| YUV | 179.88 | 122.41 | 32.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 170 | 0.82 | 0 | 0.32 | 0.02 | 156.47 | 0.95 | 0.58 |
| Hex | 2E | FA | AA | 52 | 0 | 20 | 2 | 9C | 5F | 3A |
| Octal | 56 | 372 | 252 | 122 | 0 | 40 | 2 | 234 | 137 | 72 |
| Binary | 101110 | 11111010 | 10101010 | 1010010 | 0 | 100000 | 10 | 10011100 | 1011111 | 111010 |
Color Harmonies of #2EFAAA
Complementary color
Monochromatic Colors of #2EFAAA
Black with #2EFAAA
Text Example
Text Example
White with #2EFAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFAAA; }
p { color: rgb(46,250,170); }
H1.HeaderClassName
{
color: #2EFAAA;
}
.AnyTagClassName
{
color: #2EFAAA;
}
</style>
background-color css
<style>
a { background-color: #2EFAAA; }
a { background-color: rgb(46,250,170); }
div.DivClassName
{
background-color: #2EFAAA;
}
.BgClassName
{
background-color: #2EFAAA;
}
</style>
border-color css
<style>
span { border-color: #2EFAAA; }
span { border-color: rgb(46,250,170); }
td.TdClassName
{
border-color: #2EFAAA;
}
.TagClassName
{
border-color: #2EFAAA;
}
</style>