#2EFDA5

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

Shades of Medium Spring Green #2EFDA5

Tints of Medium Spring Green #2EFDA5

Color information

#2EFDA5 (or 0x2EFDA5) is unknown color: approx 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

RGB46253165-
CMYK0.8200.350.01
HSL154.49º98.1%58.63%-
HSV(B)154.49º81.82%99.22%-
XYZ43.0473.5547.52-
YUV181.08118.9231.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.91%
GREEN value IS 253 (99.22% from 255) = 54.53%
BLUE value IS 165 (64.84% from 255) = 35.56%
R=9.91%
G=54.53%
B=35.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal462531650.8200.350.01154.4998.158.63
Hex2EFDA55202319a623b
Octal56375245122043123214273
Binary1011101111110110100101101001001000111100110101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EFDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>