Html Css Color HEX #2EFDA0 Medium Spring Green
📋 copy color: '#2EFDA0'red 46 ◦ green 253 ◦ blue 160
Shades of Medium Spring Green #2EFDA0
Tints of Medium Spring Green #2EFDA0
RGB
CMYK
RGB Variations
Color information
#2EFDA0 (or 0x2EFDA0) is known color: Medium Spring Green. HEX triplet: 2E, FD and A0. RGB value is (46,253,160). Sum of RGB (Red+Green+Blue) = 46+253+160=459 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.02% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFDA0 is #D1025F. Grayscale: #B4B4B4. Windows color (decimal): -13697632 or 10550574. OLE color: 10550574.
HSL color Cylindrical-coordinate representation of color #2EFDA0: hue angle of 153.04º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFDA0 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 160 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.01 |
| HSL | 153.04º | 0.98% | 0.59% | - |
| HSV(B) | 153.04º | 0.82% | 0.99% | - |
| XYZ | 42.6 | 73.37 | 45.17 | - |
| YUV | 180.51 | 116.42 | 32.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 160 | 0.82 | 0 | 0.37 | 0.01 | 153.04 | 0.98 | 0.59 |
| Hex | 2E | FD | A0 | 52 | 0 | 25 | 1 | 99 | 62 | 3B |
| Octal | 56 | 375 | 240 | 122 | 0 | 45 | 1 | 231 | 142 | 73 |
| Binary | 101110 | 11111101 | 10100000 | 1010010 | 0 | 100101 | 1 | 10011001 | 1100010 | 111011 |
Color Harmonies of #2EFDA0
Complementary color
Monochromatic Colors of #2EFDA0
Black with #2EFDA0
Text Example
Text Example
White with #2EFDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFDA0; }
p { color: rgb(46,253,160); }
H1.HeaderClassName
{
color: #2EFDA0;
}
.AnyTagClassName
{
color: #2EFDA0;
}
</style>
background-color css
<style>
a { background-color: #2EFDA0; }
a { background-color: rgb(46,253,160); }
div.DivClassName
{
background-color: #2EFDA0;
}
.BgClassName
{
background-color: #2EFDA0;
}
</style>
border-color css
<style>
span { border-color: #2EFDA0; }
span { border-color: rgb(46,253,160); }
td.TdClassName
{
border-color: #2EFDA0;
}
.TagClassName
{
border-color: #2EFDA0;
}
</style>