Html Css Color HEX #2EFEA2 Medium Spring Green
📋 copy color: '#2EFEA2'red 46 ◦ green 254 ◦ blue 162
Shades of Medium Spring Green #2EFEA2
Tints of Medium Spring Green #2EFEA2
RGB
CMYK
RGB Variations
Color information
#2EFEA2 (or 0x2EFEA2) is known color: Medium Spring Green. HEX triplet: 2E, FE and A2. RGB value is (46,254,162). Sum of RGB (Red+Green+Blue) = 46+254+162=462 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.96% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFEA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFEA2 is #D1015D. Grayscale: #B5B5B5. Windows color (decimal): -13697374 or 10681902. OLE color: 10681902.
HSL color Cylindrical-coordinate representation of color #2EFEA2: hue angle of 153.46º 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 #2EFEA2 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 162 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.00 |
| HSL | 153.46º | 0.99% | 0.59% | - |
| HSV(B) | 153.46º | 0.82% | 1% | - |
| XYZ | 43.09 | 74.07 | 46.21 | - |
| YUV | 181.32 | 117.09 | 31.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 162 | 0.82 | 0 | 0.36 | 0.00 | 153.46 | 0.99 | 0.59 |
| Hex | 2E | FE | A2 | 52 | 0 | 24 | 0 | 99 | 63 | 3B |
| Octal | 56 | 376 | 242 | 122 | 0 | 44 | 0 | 231 | 143 | 73 |
| Binary | 101110 | 11111110 | 10100010 | 1010010 | 0 | 100100 | 0 | 10011001 | 1100011 | 111011 |
Color Harmonies of #2EFEA2
Complementary color
Monochromatic Colors of #2EFEA2
Black with #2EFEA2
Text Example
Text Example
White with #2EFEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFEA2; }
p { color: rgb(46,254,162); }
H1.HeaderClassName
{
color: #2EFEA2;
}
.AnyTagClassName
{
color: #2EFEA2;
}
</style>
background-color css
<style>
a { background-color: #2EFEA2; }
a { background-color: rgb(46,254,162); }
div.DivClassName
{
background-color: #2EFEA2;
}
.BgClassName
{
background-color: #2EFEA2;
}
</style>
border-color css
<style>
span { border-color: #2EFEA2; }
span { border-color: rgb(46,254,162); }
td.TdClassName
{
border-color: #2EFEA2;
}
.TagClassName
{
border-color: #2EFEA2;
}
</style>