Html Css Color HEX #2EFD9A Medium Spring Green
📋 copy color: '#2EFD9A'red 46 ◦ green 253 ◦ blue 154
Shades of Medium Spring Green #2EFD9A
Tints of Medium Spring Green #2EFD9A
RGB
CMYK
RGB Variations
Color information
#2EFD9A (or 0x2EFD9A) is known color: Medium Spring Green. HEX triplet: 2E, FD and 9A. RGB value is (46,253,154). Sum of RGB (Red+Green+Blue) = 46+253+154=453 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.15% from 453); Green value is 253 (99.22% from 255 or 55.85% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD9A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFD9A is #D10265. Grayscale: #B4B4B4. Windows color (decimal): -13697638 or 10157358. OLE color: 10157358.
HSL color Cylindrical-coordinate representation of color #2EFD9A: hue angle of 151.3º 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 #2EFD9A is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 154 | - |
| CMYK | 0.82 | 0 | 0.39 | 0.01 |
| HSL | 151.3º | 0.98% | 0.59% | - |
| HSV(B) | 151.3º | 0.82% | 0.99% | - |
| XYZ | 42.08 | 73.16 | 42.48 | - |
| YUV | 179.82 | 113.42 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 154 | 0.82 | 0 | 0.39 | 0.01 | 151.3 | 0.98 | 0.59 |
| Hex | 2E | FD | 9A | 52 | 0 | 27 | 1 | 97 | 62 | 3B |
| Octal | 56 | 375 | 232 | 122 | 0 | 47 | 1 | 227 | 142 | 73 |
| Binary | 101110 | 11111101 | 10011010 | 1010010 | 0 | 100111 | 1 | 10010111 | 1100010 | 111011 |
Color Harmonies of #2EFD9A
Complementary color
Monochromatic Colors of #2EFD9A
Black with #2EFD9A
Text Example
Text Example
White with #2EFD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFD9A; }
p { color: rgb(46,253,154); }
H1.HeaderClassName
{
color: #2EFD9A;
}
.AnyTagClassName
{
color: #2EFD9A;
}
</style>
background-color css
<style>
a { background-color: #2EFD9A; }
a { background-color: rgb(46,253,154); }
div.DivClassName
{
background-color: #2EFD9A;
}
.BgClassName
{
background-color: #2EFD9A;
}
</style>
border-color css
<style>
span { border-color: #2EFD9A; }
span { border-color: rgb(46,253,154); }
td.TdClassName
{
border-color: #2EFD9A;
}
.TagClassName
{
border-color: #2EFD9A;
}
</style>