Html Css Color HEX #2EFDA5 Medium Spring Green
📋 copy color: '#2EFDA5'red 46 ◦ green 253 ◦ blue 165
Shades of Medium Spring Green #2EFDA5
Tints of Medium Spring Green #2EFDA5
RGB
CMYK
RGB Variations
Color information
#2EFDA5 (or 0x2EFDA5) is known color: Medium Spring Green. HEX triplet: 2E, FD and A5. RGB value is (46,253,165). Sum of RGB (Red+Green+Blue) = 46+253+165=464 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.91% from 464); Green value is 253 (99.22% from 255 or 54.53% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFDA5 is #D1025A. Grayscale: #B5B5B5. Windows color (decimal): -13697627 or 10878254. OLE color: 10878254.
HSL color Cylindrical-coordinate representation of color #2EFDA5: hue angle of 154.49º 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 #2EFDA5 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 165 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.01 |
| HSL | 154.49º | 0.98% | 0.59% | - |
| HSV(B) | 154.49º | 0.82% | 0.99% | - |
| XYZ | 43.04 | 73.55 | 47.52 | - |
| YUV | 181.08 | 118.92 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 165 | 0.82 | 0 | 0.35 | 0.01 | 154.49 | 0.98 | 0.59 |
| Hex | 2E | FD | A5 | 52 | 0 | 23 | 1 | 9A | 62 | 3B |
| Octal | 56 | 375 | 245 | 122 | 0 | 43 | 1 | 232 | 142 | 73 |
| Binary | 101110 | 11111101 | 10100101 | 1010010 | 0 | 100011 | 1 | 10011010 | 1100010 | 111011 |
Color Harmonies of #2EFDA5
Complementary color
Monochromatic Colors of #2EFDA5
Black with #2EFDA5
Text Example
Text Example
White with #2EFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFDA5; }
p { color: rgb(46,253,165); }
H1.HeaderClassName
{
color: #2EFDA5;
}
.AnyTagClassName
{
color: #2EFDA5;
}
</style>
background-color css
<style>
a { background-color: #2EFDA5; }
a { background-color: rgb(46,253,165); }
div.DivClassName
{
background-color: #2EFDA5;
}
.BgClassName
{
background-color: #2EFDA5;
}
</style>
border-color css
<style>
span { border-color: #2EFDA5; }
span { border-color: rgb(46,253,165); }
td.TdClassName
{
border-color: #2EFDA5;
}
.TagClassName
{
border-color: #2EFDA5;
}
</style>