#2EAE64

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

Shades of Medium Sea Green #2EAE64

Tints of Medium Sea Green #2EAE64

Color information

#2EAE64 (or 0x2EAE64) is unknown color: approx Medium Sea Green. HEX triplet: 2E, AE and 64. RGB value is (46,174,100). Sum of RGB (Red+Green+Blue) = 46+174+100=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #2EAE64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAE64 is #D1519B. Grayscale: #7F7F7F. Windows color (decimal): -13717916 or 6598190. OLE color: 6598190.

HSL color Cylindrical-coordinate representation of color #2EAE64: hue angle of 145.31º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EAE64 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB46174100-
CMYK0.7400.430.32
HSL145.31º58.18%43.14%-
HSV(B)145.31º73.56%68.24%-
XYZ18.5631.7717.21-
YUV127.29112.5970.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.38%
GREEN value IS 174 (68.36% from 255) = 54.38%
BLUE value IS 100 (39.45% from 255) = 31.25%
R=14.38%
G=54.38%
B=31.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461741000.7400.430.32145.3158.1843.14
Hex2EAE644A02B20913a2b
Octal56256144112053402217253
Binary1011101010111011001001001010010101110000010010001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAE64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,174,100); }

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

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

 a { background-color: rgb(46,174,100); }

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

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

 span { border-color: rgb(46,174,100); }

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