Html Css Color HEX #2EFFA2 Medium Spring Green
📋 copy color: '#2EFFA2'red 46 ◦ green 255 ◦ blue 162
Shades of Medium Spring Green #2EFFA2
Tints of Medium Spring Green #2EFFA2
RGB
CMYK
RGB Variations
Color information
#2EFFA2 (or 0x2EFFA2) is known color: Medium Spring Green. HEX triplet: 2E, FF and A2. RGB value is (46,255,162). Sum of RGB (Red+Green+Blue) = 46+255+162=463 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.94% from 463); Green value is 255 (100% from 255 or 55.08% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFFA2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFFA2 is #D1005D. Grayscale: #B6B6B6. Windows color (decimal): -13697118 or 10682158. OLE color: 10682158.
HSL color Cylindrical-coordinate representation of color #2EFFA2: hue angle of 153.3º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFFA2 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 162 | - |
| CMYK | 0.82 | 0 | 0.36 | 0 |
| HSL | 153.3º | 1% | 0.59% | - |
| HSV(B) | 153.3º | 0.82% | 1% | - |
| XYZ | 43.41 | 74.71 | 46.31 | - |
| YUV | 181.91 | 116.76 | 31.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 162 | 0.82 | 0 | 0.36 | 0 | 153.3 | 1 | 0.59 |
| Hex | 2E | FF | A2 | 52 | 0 | 24 | 0 | 99 | 64 | 3B |
| Octal | 56 | 377 | 242 | 122 | 0 | 44 | 0 | 231 | 144 | 73 |
| Binary | 101110 | 11111111 | 10100010 | 1010010 | 0 | 100100 | 0 | 10011001 | 1100100 | 111011 |
Color Harmonies of #2EFFA2
Complementary color
Monochromatic Colors of #2EFFA2
Black with #2EFFA2
Text Example
Text Example
White with #2EFFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFFA2; }
p { color: rgb(46,255,162); }
H1.HeaderClassName
{
color: #2EFFA2;
}
.AnyTagClassName
{
color: #2EFFA2;
}
</style>
background-color css
<style>
a { background-color: #2EFFA2; }
a { background-color: rgb(46,255,162); }
div.DivClassName
{
background-color: #2EFFA2;
}
.BgClassName
{
background-color: #2EFFA2;
}
</style>
border-color css
<style>
span { border-color: #2EFFA2; }
span { border-color: rgb(46,255,162); }
td.TdClassName
{
border-color: #2EFFA2;
}
.TagClassName
{
border-color: #2EFFA2;
}
</style>