#2EFDA6

Color #2EFDA6 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #2EFDA6

Tints of Medium Spring Green #2EFDA6

Color information

#2EFDA6 (or 0x2EFDA6) is unknown color: approx Medium Spring Green. HEX triplet: 2E, FD and A6. RGB value is (46,253,166). Sum of RGB (Red+Green+Blue) = 46+253+166=465 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.89% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFDA6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EFDA6 is #D10259. Grayscale: #B5B5B5. Windows color (decimal): -13697626 or 10943790. OLE color: 10943790.

HSL color Cylindrical-coordinate representation of color #2EFDA6: hue angle of 154.78º 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 #2EFDA6 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB46253166-
CMYK0.8200.340.01
HSL154.78º98.1%58.63%-
HSV(B)154.78º81.82%99.22%-
XYZ43.1373.5848.01-
YUV181.19119.4231.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 9.89%
GREEN value IS 253 (99.22% from 255) = 54.41%
BLUE value IS 166 (65.23% from 255) = 35.70%
R=9.89%
G=54.41%
B=35.70%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal462531660.8200.340.01154.7898.158.63
Hex2EFDA65202219b623b
Octal56375246122042123314273
Binary1011101111110110100110101001001000101100110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EFDA6; }

 p { color: rgb(46,253,166); }

 H1.HeaderClassName
 {
   color: #2EFDA6;
 }
 .AnyTagClassName
 {
   color: #2EFDA6;
 }
</style>
background-color css

<style>
 a { background-color: #2EFDA6; }

 a { background-color: rgb(46,253,166); }

 div.DivClassName
 {
   background-color: #2EFDA6;
 }
 .BgClassName
 {
   background-color: #2EFDA6;
 }
</style>
border-color css

<style>
 span { border-color: #2EFDA6; }

 span { border-color: rgb(46,253,166); }

 td.TdClassName
 {
   border-color: #2EFDA6;
 }
 .TagClassName
 {
   border-color: #2EFDA6;
 }
</style>